1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Declare __aio_init.

This commit is contained in:
Ulrich Drepper
1998-10-24 11:06:07 +00:00
parent e03c336105
commit 2bb9b13436
4 changed files with 6 additions and 5 deletions

View File

@ -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. */