summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-29 14:14:45 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-29 14:14:45 +0000
commitf498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch)
treeaf3c840311ce72dc9b92807fef3ec4f6cf4c005d /libpthread/linuxthreads
parent657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff)
downloaduClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2
uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz
- pull r24593:24596 from trunk
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r--libpthread/linuxthreads/sysdeps/pthread/pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h
index 0fa3be131..0b777be19 100644
--- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h
+++ b/libpthread/linuxthreads/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