summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/internals.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 14:57:59 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-12-11 14:57:59 +0000
commit4b40b8791d9d8f785238d963fe5c094e1af30d63 (patch)
treed91086aa5622ee020552b9f5f15f716d48007719 /libpthread/linuxthreads/internals.h
parentb1cb5bc0734fb345975d7dec6286e2150c5f6d5a (diff)
downloaduClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.bz2
uClibc-alpine-4b40b8791d9d8f785238d963fe5c094e1af30d63.tar.xz
Synch with trunk @ 24379
Step 20: merge linuxthreads directory
Diffstat (limited to 'libpthread/linuxthreads/internals.h')
-rw-r--r--libpthread/linuxthreads/internals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpthread/linuxthreads/internals.h b/libpthread/linuxthreads/internals.h
index ecb7b03dd..eb0a51984 100644
--- a/libpthread/linuxthreads/internals.h
+++ b/libpthread/linuxthreads/internals.h
@@ -416,11 +416,6 @@ extern void (*__pthread_restart)(pthread_descr);
extern void (*__pthread_suspend)(pthread_descr);
extern int (*__pthread_timedsuspend)(pthread_descr, const struct timespec *);
-/* Prototypes for the function without cancelation support when the
- normal version has it. */
-extern int __libc_close (int fd);
-extern int __libc_nanosleep (const struct timespec *requested_time,
- struct timespec *remaining);
/* Prototypes for some of the new semaphore functions. */
extern int sem_post (sem_t * sem);
extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value);