1
0
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:
Joseph Myers
2013-06-22 19:32:50 +00:00
parent d8412221e6
commit e781d7c58f
2 changed files with 5 additions and 0 deletions

View File

@@ -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.

View File

@@ -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)