diff options
Diffstat (limited to 'sysdeps/generic/fcntl.c')
-rw-r--r-- | sysdeps/generic/fcntl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/fcntl.c b/sysdeps/generic/fcntl.c index 6bc216cca6..aff3e84503 100644 --- a/sysdeps/generic/fcntl.c +++ b/sysdeps/generic/fcntl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -19,6 +19,8 @@ #include <errno.h> #include <fcntl.h> +#undef __fcntl + /* Perform file control operations on FD. */ int __fcntl (fd, cmd) |