This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [RFC][PATCH 1/2] fcntl.h: add new definitions for file-private lock cmd values


> My plan is to eventually submit this to become part of the POSIX
> standard though they won't take it until there's at least one shipping
> implementation. I assume that we just need to stick that inside of
> __USE_GNU for now, and if POSIX eventually picks it up then we'll just
> remove that protection?

Change it as appropriate, yes.

> Why does glibc have its own definitions for the fcntl F_* cmd values
> instead of using the ones in the uapi kernel headers? Would it not be
> simpler to just have the fcntl.h include those instead of duplicating
> them?

libc headers respect ISO C and POSIX name space constraints.
Kernel headers (even uapi ones) fail to.


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