mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
alpha: Define F_GET/SETPIPE_SZ
This commit is contained in:
parent
94fd527b67
commit
146c8734c7
@ -1,3 +1,8 @@
|
||||
2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ,
|
||||
F_GETPIPE_SZ): Define.
|
||||
|
||||
2010-09-26 Michael Cree <mcree@orcon.net.nz>
|
||||
|
||||
* sysdeps/alpha/memchr.c: Include <bp-sym.h>
|
||||
|
@ -97,6 +97,8 @@
|
||||
# define F_SETLEASE 1024 /* Set a lease. */
|
||||
# define F_GETLEASE 1025 /* Enquire what lease is active. */
|
||||
# define F_NOTIFY 1026 /* Request notfications on a directory. */
|
||||
# define F_SETPIPE_SZ 1031 /* Set pipe page size array. */
|
||||
# define F_GETPIPE_SZ 1032 /* Set pipe page size array. */
|
||||
#endif
|
||||
#ifdef __USE_XOPEN2K8
|
||||
# define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
|
||||
|
Loading…
Reference in New Issue
Block a user