Skip to content

Commit

Permalink
hurd: Add missing symbols for proper libc_get/setspecific
Browse files Browse the repository at this point in the history
	* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
	symbols.
  • Loading branch information
sthibaul committed Aug 7, 2018
1 parent 014efdd commit b5403ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2018-08-08 Samuel Thibault <[email protected]>

* htl/Versions (__pthread_getspecific, __pthread_setspecific): Add
symbols.

2018-08-07 Siddhesh Poyarekar <[email protected]>

* benchtests/bench-string.h (buf1_size, buf2_size): New
Expand Down
2 changes: 2 additions & 0 deletions htl/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ libpthread {
__cthread_keycreate;
__cthread_getspecific;
__cthread_setspecific;
__pthread_getspecific;
__pthread_setspecific;
__pthread_getattr_np;
__pthread_attr_getstack;
}
Expand Down

0 comments on commit b5403ec

Please sign in to comment.