* old_pthread_cond_init.c: Include <errno.h>.
authorRoland McGrath <roland@gnu.org>
Fri, 15 Apr 2005 22:19:39 +0000 (22:19 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 15 Apr 2005 22:19:39 +0000 (22:19 +0000)
commit4a035b9da9e065071c59a00b2009ebaf5b9470a8
tree3e695d03069bf9e3fdcdbdf26a925838c4a89f51
parent21cee297ec9dc2d6b5c5732b42d722dcbfe55838
* old_pthread_cond_init.c: Include <errno.h>.

(__pthread_cond_init_2_0): Fail with EINVAL if COND_ATTR is
process shared or uses clock other than CLOCK_REALTIME.
* pthread_cond_init.c (__pthread_cond_init): Remove bogus comment.
nptl/ChangeLog
nptl/old_pthread_cond_init.c
nptl/pthread_cond_init.c