From d0a1614c810e7aee52bacd5f99733d49680ff21d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 14 Apr 2002 18:34:22 +0000 Subject: [PATCH] Undefine __libc_fcntl as well. --- sysdeps/unix/sysv/aix/fcntl.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.7.4