Undefine __libc_fcntl as well.
authorUlrich Drepper <drepper@redhat.com>
Sun, 14 Apr 2002 18:34:22 +0000 (18:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 14 Apr 2002 18:34:22 +0000 (18:34 +0000)
sysdeps/unix/sysv/aix/fcntl.c

index 43f21b6..f9bb42a 100644 (file)
@@ -19,6 +19,7 @@
 #include <fcntl.h>
 #include <stdarg.h>
 
+#undef __libc_fcntl
 #undef __fcntl
 
 extern int kfcntl (int fdes, int cmd, unsigned long int arg);