This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: alpha fcntl bits missing defines


Hi!

On 02/23/2011 12:52 PM, Oliver Falk wrote:
Just noticed, that [ports]/sysdeps/unix/sysv/linux/alpha/bits/fcntl.h is
missing the following 2 defines:

--- fcntl.h.PIPE_SZ 2011-02-23 10:46:09.000000000 +0100
+++ fcntl.h 2011-02-23 10:46:11.000000000 +0100
@@ -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

Would be great if one could add it.

And another small patch for statfs.h:


--- statfs.h.f_flags    2011-02-23 11:23:06.000000000 +0100
+++ statfs.h    2011-02-23 11:26:21.000000000 +0100
@@ -42,6 +42,7 @@
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
+    int f_flags;
     int f_spare[5];
   };

@@ -58,6 +59,7 @@
     __fsid_t f_fsid;
     int f_namelen;
     int f_frsize;
+    int f_flags;
     int f_spare[5];
   };
 #endif

-of


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]