diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-22 16:04:28 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-01-22 16:04:28 +0000 |
commit | 91772298b0377ab805e19085f60a7808fe62d157 (patch) | |
tree | 520a9015fd8ce7aebbd503814b5758dfe9b07cba /libpthread/linuxthreads.old/sysdeps/pthread | |
parent | 2f22f00640b79531879bf21afc9727483934ac65 (diff) | |
download | uClibc-alpine-91772298b0377ab805e19085f60a7808fe62d157.tar.bz2 uClibc-alpine-91772298b0377ab805e19085f60a7808fe62d157.tar.xz |
Synch with trunk: miscellaneous changes, mostly cleanup,
code styling, comments. No object-code changes.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libpthread/linuxthreads.old/sysdeps/pthread')
-rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h index f8ab69721..6ef2dbe15 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h @@ -295,7 +295,7 @@ extern int pthread_attr_getstacksize (__const pthread_attr_t *__restrict #ifdef __USE_GNU /* Initialize thread attribute *ATTR with attributes corresponding to the - already running thread TH. It shall be called on unitialized ATTR + already running thread TH. It shall be called on uninitialized ATTR and destroyed with pthread_attr_destroy when no longer needed. */ extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) __THROW; #endif |