1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-09-11  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/pthread/pthread.h: Declare pthread_attr_getstack and
	pthread_attr_setstack.
	* Versions [libpthread] (GLIBC_2.2): Export pthread_attr_getstack and
	pthread_attr_setstack.
	* attr.c (pthread_attr_getstack, pthread_attr_setstack): New functions.
This commit is contained in:
Ulrich Drepper
2000-09-11 19:13:06 +00:00
parent 72c65ff44b
commit b81c896174
4 changed files with 59 additions and 0 deletions

View File

@ -139,6 +139,7 @@ libpthread {
# New functions from IEEE Std. 1003.1-200x.
sem_timedwait;
pthread_attr_getstack; pthread_attr_setstack;
pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
pthread_spin_trylock; pthread_spin_unlock;
pthread_getcpuclockid;