[PATCH v2 0/2] glibc: header file and manual updates for file-private locks

Jeff Layton jlayton@redhat.com
Fri Apr 11 12:55:00 GMT 2014


v2:
- fix comments to better conform to existing style
- protect new macros with #ifdef __USE_GNU
- minor changes to manual to reflect changes in patchset

File-private locks were merged into Linux for v3.15. This patchset adds
the macros necessary to use them to glibc's header files, and a glibc
manual update that describes their usage.

Jeff Layton (2):
  fcntl-linux.h: add new definitions for file-private lock cmd values
  manual/llio.texi: update manual to document file-private locks

 ChangeLog                                  |   6 +
 manual/llio.texi                           | 183 ++++++++++++++++++++++++++++-
 sysdeps/unix/sysv/linux/bits/fcntl-linux.h |  19 +++
 3 files changed, 206 insertions(+), 2 deletions(-)

-- 
1.9.0



More information about the Libc-alpha mailing list