Undefine __libc_fcntl as well.

This commit is contained in:
Ulrich Drepper 2002-04-14 18:34:22 +00:00
parent 801777ebaf
commit d0a1614c81

View 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);