diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 11:06:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 11:06:07 +0000 |
commit | 2bb9b13436511135c72904c59396fa8cb6220c42 (patch) | |
tree | 18aa47530032a379025ce35ff55e5add7af1e6ea /sysdeps/unix/sysv/linux/mips | |
parent | e03c336105ccad9fc962dc4b7c9e225299781cad (diff) | |
download | glibc-2bb9b13436511135c72904c59396fa8cb6220c42.tar.gz glibc-2bb9b13436511135c72904c59396fa8cb6220c42.tar.xz glibc-2bb9b13436511135c72904c59396fa8cb6220c42.zip |
Declare __aio_init.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/fcntl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h index a01dcaec32..027347053b 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/mips/bits/fcntl.h @@ -49,9 +49,6 @@ #define O_NDELAY O_NONBLOCK -/* XXX missing */ -#define O_LARGEFILE 0 - /* Values for the second argument to `fcntl'. */ #define F_DUPFD 0 /* Duplicate file descriptor. */ #define F_GETFD 1 /* Get file descriptor flags. */ |