In the absence of consensus as to implement stubs for these TSH-shaded

routines, remove their declarations.  Even though rwlocks have the same
functions, XBDft does not shade those declarations so I am leaving them in.
(This is probably a bug in the Standard.)
This commit is contained in:
Garrett Wollman 2003-01-23 01:09:43 +00:00
parent 99ebb0bfba
commit cd7b801ba0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109719

View file

@ -204,11 +204,6 @@ void pthread_cleanup_push(void (*) (void *), void *routine_arg);
int pthread_condattr_destroy(pthread_condattr_t *);
int pthread_condattr_init(pthread_condattr_t *);
#if defined(_POSIX_THREAD_PROCESS_SHARED)
int pthread_condattr_getpshared(pthread_condattr_t *, int *);
int pthread_condattr_setpshared(pthread_condattr_t *, int);
#endif
int pthread_cond_broadcast(pthread_cond_t *);
int pthread_cond_destroy(pthread_cond_t *);
int pthread_cond_init(pthread_cond_t *,
@ -265,13 +260,6 @@ int pthread_getprio(pthread_t);
int pthread_setprio(pthread_t, int);
void pthread_yield(void);
#if defined(_POSIX_THREAD_PROCESS_SHARED)
int pthread_mutexattr_getpshared(pthread_mutexattr_t *,
int *pshared);
int pthread_mutexattr_setpshared(pthread_mutexattr_t *,
int pshared);
#endif
int pthread_mutexattr_getprioceiling(pthread_mutexattr_t *,
int *);
int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *,