From 30f06faa24eb3d6da34c80f5632a7f01aee900e0 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 Dec 2008 13:44:44 +0000 Subject: - pthread_attr_{g,s}etstacksize would depend on SUSv3 legacy but are not implemented anyway. --- libpthread/linuxthreads.old/sysdeps/pthread/pthread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpthread/linuxthreads.old/sysdeps/pthread/pthread.h') diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h index 870e37fa5..f8ab69721 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/pthread.h @@ -252,6 +252,7 @@ extern int pthread_attr_getguardsize (__const pthread_attr_t *__restrict __THROW; #endif +#if 0 /* uClibc: deprecated stuff disabled. def __UCLIBC_SUSV3_LEGACY__ */ /* Set the starting address of the stack of the thread to be created. Depending on whether the stack grows up or down the value must either be higher or lower than all the address in the memory block. The @@ -263,6 +264,7 @@ extern int pthread_attr_setstackaddr (pthread_attr_t *__attr, extern int pthread_attr_getstackaddr (__const pthread_attr_t *__restrict __attr, void **__restrict __stackaddr) __THROW; +#endif #ifdef __USE_XOPEN2K /* The following two interfaces are intended to replace the last two. They -- cgit v1.2.3