This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v2 0/2] glibc: header file and manual updates for file-private locks
- From: Jeff Layton <jlayton at redhat dot com>
- To: libc-alpha at sourceware dot org
- Date: Fri, 11 Apr 2014 08:55:43 -0400
- Subject: [PATCH v2 0/2] glibc: header file and manual updates for file-private locks
- Authentication-results: sourceware.org; auth=none
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