diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-29 14:14:45 +0000 |
commit | f498888930d2e1ba4a1cdf60760df9584ff1eaa6 (patch) | |
tree | af3c840311ce72dc9b92807fef3ec4f6cf4c005d /libpthread/linuxthreads.old/attr.c | |
parent | 657f68a8f714863321c29dd23aa18f0d5ab40d65 (diff) | |
download | uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.bz2 uClibc-alpine-f498888930d2e1ba4a1cdf60760df9584ff1eaa6.tar.xz |
- pull r24593:24596 from trunk
Diffstat (limited to 'libpthread/linuxthreads.old/attr.c')
-rw-r--r-- | libpthread/linuxthreads.old/attr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/attr.c b/libpthread/linuxthreads.old/attr.c index a0aacf12a..5d68edc36 100644 --- a/libpthread/linuxthreads.old/attr.c +++ b/libpthread/linuxthreads.old/attr.c @@ -209,6 +209,7 @@ int __pthread_attr_setstackaddr(pthread_attr_t *attr, void *stackaddr) } weak_alias (__pthread_attr_setstackaddr, pthread_attr_setstackaddr) +#if 0 /* uClibc: deprecated stuff disabled */ int __pthread_attr_getstackaddr(const pthread_attr_t *attr, void **stackaddr) { /* XXX This function has a stupid definition. The standard specifies @@ -229,6 +230,7 @@ int __pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) return 0; } weak_alias (__pthread_attr_setstacksize, pthread_attr_setstacksize) +#endif int __pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize) { |