From 146c8734c741e7f592cf07e7fd12644506c4c4c5 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Tue, 1 Mar 2011 09:59:13 +1000 Subject: [PATCH] alpha: Define F_GET/SETPIPE_SZ --- ChangeLog.alpha | 5 +++++ sysdeps/unix/sysv/linux/alpha/bits/fcntl.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog.alpha b/ChangeLog.alpha index d2030d6..ca354f1 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,3 +1,8 @@ +2011-02-28 Aurelien Jarno + + * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETPIPE_SZ, + F_GETPIPE_SZ): Define. + 2010-09-26 Michael Cree * sysdeps/alpha/memchr.c: Include diff --git a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h index 860e9ac..e5e726b 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/fcntl.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 -- 2.7.4