about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-17 14:07:18 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-17 14:07:18 -0800
commit74eb826cff5e4277d2d866a92058f27a837f8ff7 (patch)
tree50be4a8814e02839aad69612a94a7b2bc02e16de /ChangeLog
parentc9ce306b9cb3b13dada64ac0e9dd86d955e8f881 (diff)
downloadglibc-74eb826cff5e4277d2d866a92058f27a837f8ff7.tar.gz
glibc-74eb826cff5e4277d2d866a92058f27a837f8ff7.tar.xz
glibc-74eb826cff5e4277d2d866a92058f27a837f8ff7.zip
NPTL: Remove gratuitous Linuxisms from gai_misc.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e9020bef..216b2c9942 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-12-17  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
+	Use pthread_sigmask rather than INTERNAL_SYSCALL.
+	Use assert_perror to check its return value.
+	(__gai_create_helper_thread): Likewise.
+
 	* inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
 
 	* malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.