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/powerpc/bits/fcntl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h') diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h index fea347bfc2..ea760f64a2 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h @@ -102,6 +102,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