mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Include <string.h> in nptl/pthread_setattr_default_np.c.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-06-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* pthread_getattr_default_np.c: Include <string.h>.
|
||||
|
||||
2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* Versions (libpthread): Add GLIBC_2.18.
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <pthreadP.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
int
|
||||
pthread_setattr_default_np (const pthread_attr_t *in)
|
||||
|
||||
Reference in New Issue
Block a user