From: Aurelien Jarno Date: Mon, 28 Feb 2011 23:59:13 +0000 (+1000) Subject: alpha: Define F_GET/SETPIPE_SZ X-Git-Tag: glibc-2.16-ports-before-merge~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=146c8734c741e7f592cf07e7fd12644506c4c4c5;p=thirdparty%2Fglibc.git alpha: Define F_GET/SETPIPE_SZ --- diff --git a/ChangeLog.alpha b/ChangeLog.alpha index d2030d6638f..ca354f10c7e 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 860e9ac3eec..e5e726bf4cf 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