diff options
Diffstat (limited to 'libc/termios/tcgetattr.c')
-rw-r--r-- | libc/termios/tcgetattr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/termios/tcgetattr.c b/libc/termios/tcgetattr.c index 8e011b95e..e671309b6 100644 --- a/libc/termios/tcgetattr.c +++ b/libc/termios/tcgetattr.c @@ -16,6 +16,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define mempcpy __libc_mempcpy + #include <features.h> #define __USE_GNU #include <string.h> |