diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-09 19:49:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-09 19:49:11 +0000 |
commit | a4b6834c4f68aaca22152fb2fb70d189c719eb20 (patch) | |
tree | 7db04a8aa812cf968f0bb88696a1ae8de49efafa /sysdeps/unix/sysv | |
parent | bc1e0ed4b262b79b0799420d0837a76a559022f5 (diff) | |
download | glibc-a4b6834c4f68aaca22152fb2fb70d189c719eb20.tar glibc-a4b6834c4f68aaca22152fb2fb70d189c719eb20.tar.gz glibc-a4b6834c4f68aaca22152fb2fb70d189c719eb20.tar.bz2 glibc-a4b6834c4f68aaca22152fb2fb70d189c719eb20.zip |
Use INTDEF for __fcntl.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/aix/fcntl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/aix/fcntl.c b/sysdeps/unix/sysv/aix/fcntl.c index 8c5ba154c2..43f21b6e58 100644 --- a/sysdeps/unix/sysv/aix/fcntl.c +++ b/sysdeps/unix/sysv/aix/fcntl.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1999, 2000, 2001, 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 <fcntl.h> #include <stdarg.h> +#undef __fcntl + extern int kfcntl (int fdes, int cmd, unsigned long int arg); int |