From: Joseph Myers Date: Sat, 22 Jun 2013 19:32:50 +0000 (+0000) Subject: Include in nptl/pthread_setattr_default_np.c. X-Git-Tag: glibc-2.18~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e781d7c58f7d2386674aa5ee92badccb76f630f6;p=thirdparty%2Fglibc.git Include in nptl/pthread_setattr_default_np.c. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0e3b0187c49..875bdbdca41 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2013-06-22 Joseph Myers + + * pthread_getattr_default_np.c: Include . + 2013-06-15 Siddhesh Poyarekar * Versions (libpthread): Add GLIBC_2.18. diff --git a/nptl/pthread_setattr_default_np.c b/nptl/pthread_setattr_default_np.c index e0b52396124..c4624b3d4d5 100644 --- a/nptl/pthread_setattr_default_np.c +++ b/nptl/pthread_setattr_default_np.c @@ -20,6 +20,7 @@ #include #include #include +#include int pthread_setattr_default_np (const pthread_attr_t *in)