diff options
author | Jeff Layton <jlayton@poochiereds.net> | 2014-07-23 14:21:05 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2014-07-29 23:27:21 -0400 |
commit | 0961f7e1e300ef633b0c1ad95d0999fb5c169f4e (patch) | |
tree | 08b1ae51840c0b69a0c4bf9f98b8a71b919d2fa0 /ChangeLog | |
parent | cc5fb300fce0c7ce1923d6f5c776fa83be47d55e (diff) | |
download | glibc-0961f7e1e300ef633b0c1ad95d0999fb5c169f4e.zip glibc-0961f7e1e300ef633b0c1ad95d0999fb5c169f4e.tar.gz glibc-0961f7e1e300ef633b0c1ad95d0999fb5c169f4e.tar.bz2 |
fcntl-linux.h: add new definitions and manual updates for open file description locks
Open file description locks have been merged into the Linux kernel for
v3.15. Add the appropriate command-value definitions and an update to
the manual that describes their usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-07-29 Jeff Layton <jlayton@poochiereds.net> + + [BZ #16839] + * manual/llio.texi: Add section about open file description locks. + * manual/examples/ofdlocks.c: Example of open file description + lock usage. + * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK, + F_OFD_SETLK, and F_OFD_SETLKW. + 2014-07-23 Allan McRae <allan@archlinux.org> * po/es.po: Update Spanish translation from translation project. |