From: Ulrich Drepper Date: Sun, 14 Apr 2002 18:34:22 +0000 (+0000) Subject: Undefine __libc_fcntl as well. X-Git-Tag: glibc-2.16-ports-before-merge~1700 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0a1614c810e7aee52bacd5f99733d49680ff21d;p=thirdparty%2Fglibc.git Undefine __libc_fcntl as well. --- diff --git a/sysdeps/unix/sysv/aix/fcntl.c b/sysdeps/unix/sysv/aix/fcntl.c index 43f21b6e582..f9bb42a7665 100644 --- a/sysdeps/unix/sysv/aix/fcntl.c +++ b/sysdeps/unix/sysv/aix/fcntl.c @@ -19,6 +19,7 @@ #include #include +#undef __libc_fcntl #undef __fcntl extern int kfcntl (int fdes, int cmd, unsigned long int arg);