diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-14 18:34:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-14 18:34:22 +0000 |
commit | d0a1614c810e7aee52bacd5f99733d49680ff21d (patch) | |
tree | 5cd3cd428f6957867209ac9a09a00c4dbdc2ec76 /sysdeps | |
parent | 801777ebaf5abd1481913c7e153e46bea2fbcf5c (diff) | |
download | glibc-d0a1614c810e7aee52bacd5f99733d49680ff21d.tar glibc-d0a1614c810e7aee52bacd5f99733d49680ff21d.tar.gz glibc-d0a1614c810e7aee52bacd5f99733d49680ff21d.tar.bz2 glibc-d0a1614c810e7aee52bacd5f99733d49680ff21d.zip |
Undefine __libc_fcntl as well.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/aix/fcntl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/aix/fcntl.c b/sysdeps/unix/sysv/aix/fcntl.c index 43f21b6e58..f9bb42a766 100644 --- a/sysdeps/unix/sysv/aix/fcntl.c +++ b/sysdeps/unix/sysv/aix/fcntl.c @@ -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); |