diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-17 11:30:15 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-17 11:30:15 -0700 |
commit | b0643088bc7387e04cf53dcf7331d02f7fa62c72 (patch) | |
tree | d6a6108097ce93ec876b8d3ceb7f51876fb92550 /ChangeLog | |
parent | 33cc770b986b5a913576cf264e6dff3b0f6aea95 (diff) | |
download | glibc-b0643088bc7387e04cf53dcf7331d02f7fa62c72.tar.gz |
Fix NPTL build error when missing __NR_set_robust_list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-10-17 Roland McGrath <roland@hack.frob.com> + + * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on + [__NR_set_robust_list]. + 2014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com> * string/strcoll_l.c (get_next_seq): Fix up formatting. |