diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 23:49:18 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-27 23:49:18 +0100 |
commit | 660b7bff81676aef6a7b068eb137efd74b30c628 (patch) | |
tree | 3ea973753abf23ae3a8a5b04a6f3e4bff6fbc5b1 /ChangeLog | |
parent | 41cdb1eb5a3627c3b6b6c4f74503233d9689a397 (diff) | |
download | glibc-660b7bff81676aef6a7b068eb137efd74b30c628.tar.gz glibc-660b7bff81676aef6a7b068eb137efd74b30c628.tar.xz glibc-660b7bff81676aef6a7b068eb137efd74b30c628.zip |
hurd: fix warning
* sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from critical section to make code simpler and avoid warning. * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from critical section to make code simpler and avoid warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95e2c07df5..5eebc649cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,10 @@ to global scope. * sysdeps/mach/pagecopy.h (PAGE_THRESHOLD): Rename to PAGE_COPY_THRESHOLD and set to benchmarked 16384. + * sysdeps/mach/hurd/getresgid.c (__getresgid): Set result from + critical section to make code simpler and avoid warning. + * sysdeps/mach/hurd/getresuid.c (__getresuid): Set result from + critical section to make code simpler and avoid warning. 2018-01-27 James Clarke <jrtc27@jrtc27.com> |