about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 23:49:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-27 23:49:18 +0100
commit660b7bff81676aef6a7b068eb137efd74b30c628 (patch)
tree3ea973753abf23ae3a8a5b04a6f3e4bff6fbc5b1 /ChangeLog
parent41cdb1eb5a3627c3b6b6c4f74503233d9689a397 (diff)
downloadglibc-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--ChangeLog4
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>