From: Ulrich Drepper Date: Sun, 14 Apr 2002 18:34:22 +0000 (+0000) Subject: Undefine __libc_fcntl as well. X-Git-Tag: upstream/2.20~3636^2~1700 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0a1614c810e7aee52bacd5f99733d49680ff21d;p=platform%2Fupstream%2Flinaro-glibc.git Undefine __libc_fcntl as well. --- diff --git a/sysdeps/unix/sysv/aix/fcntl.c b/sysdeps/unix/sysv/aix/fcntl.c index 43f21b6..f9bb42a 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);