On 02 Mar 2015 08:18, John David Anglin wrote: > On 2015-03-01, at 5:24 PM, Joseph Myers wrote: > > If this bug was user-visible in a release, there should be a bug filed in > > Bugzilla for it (this generally applies when fixing any bug that was > > user-visible in a release). > > https://sourceware.org/bugzilla/show_bug.cgi?id=18068 thanks, updated the source: --- a/ChangeLog +++ b/ChangeLog @@ -351,6 +351,7 @@ 2015-02-27 John David Anglin + [BZ #18068] * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change to 00100000. --- a/NEWS +++ b/NEWS @@ -13,8 +13,8 @@ Version 2.22 16560, 16783, 17269, 17523, 17569, 17588, 17631, 17711, 17776, 17779, 17792, 17836, 17912, 17916, 17932, 17944, 17949, 17964, 17965, 17967, 17969, 17978, 17987, 17991, 17996, 17998, 17999, 18019, 18020, 18029, - 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18104, - 18110, 18111. + 18030, 18032, 18036, 18038, 18039, 18042, 18043, 18046, 18047, 18068, + 18104, 18110, 18111. * Character encoding and ctype tables were updated to Unicode 7.0.0, using new generator scripts contributed by Pravin Satpute and Mike FABIAN (Red -mike