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


On 02/23/2011 02:35 PM, Andreas Schwab wrote:
Oliver Falk<oliver@linux-kernel.at> writes:

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];
    };

Surely you are not proposing to break the ABI.

well... yes. now that you say... 8-) i just cloned what I found in the other headers without too much thinking - shame on me.


however. we need f_flags in struct statfs...

-of


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