projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801777e
)
Undefine __libc_fcntl as well.
author
Ulrich Drepper
<drepper@redhat.com>
Sun, 14 Apr 2002 18:34:22 +0000
(18:34 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sun, 14 Apr 2002 18:34:22 +0000
(18:34 +0000)
sysdeps/unix/sysv/aix/fcntl.c
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/aix/fcntl.c
b/sysdeps/unix/sysv/aix/fcntl.c
index
43f21b6
..
f9bb42a
100644
(file)
--- 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);