From b2ef2c014b9c66995a3eb4f310ae7c5c510279bf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 14 Jun 2010 14:47:34 -0700 Subject: Define F_SETPIPE_SZ and F_GETPIPE_SZ. --- sysdeps/unix/sysv/linux/sh/bits/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/sh/bits/fcntl.h') diff --git a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h index 2a4123c610..df21f6af42 100644 --- a/sysdeps/unix/sysv/linux/sh/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sh/bits/fcntl.h @@ -103,6 +103,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 -- cgit v1.2.3