aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/internals.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-09 21:57:58 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-09 21:57:58 +0000
commit883c331ae9e9fb6e61c7213a012a5f4122b2bb23 (patch)
treeb9bafaae3c1365f0a767d6870245a8c789700553 /linuxthreads/internals.h
parentc1422e5b7cdb4400f934c91bcefa3a1a96d789fb (diff)
downloadglibc-883c331ae9e9fb6e61c7213a012a5f4122b2bb23.zip
glibc-883c331ae9e9fb6e61c7213a012a5f4122b2bb23.tar.gz
glibc-883c331ae9e9fb6e61c7213a012a5f4122b2bb23.tar.bz2
Update.
* Makeconfig: Look also in all subdirs for shlib-versions files.
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r--linuxthreads/internals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h
index 73243d4..14c4b4e 100644
--- a/linuxthreads/internals.h
+++ b/linuxthreads/internals.h
@@ -24,6 +24,7 @@
#include <bits/libc-tsd.h> /* for _LIBC_TSD_KEY_N */
#include "pt-machine.h"
+#include "semaphore.h"
#ifndef THREAD_GETMEM
# define THREAD_GETMEM(descr, member) descr->member
@@ -360,3 +361,6 @@ extern int __libc_nanosleep (const struct timespec *requested_time,
extern int __libc_read (int fd, void *buf, size_t count);
extern pid_t __libc_waitpid (pid_t pid, int *stat_loc, int options);
extern int __libc_write (int fd, const void *buf, size_t count);
+
+/* Prototypes for some of the new semaphore functions. */
+extern int __new_sem_post (sem_t * sem);