summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/forward.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-31 22:32:17 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-31 22:32:17 +0000
commit167d569420c674556ca4e94937fbd4c104081085 (patch)
tree68ec92f752e66eabebdd3a51d1989eda4e453b39 /libpthread/linuxthreads/forward.c
parent44d025b3b9f97f660bb2378a7a3801ed28d65e29 (diff)
pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_proto from old version
Diffstat (limited to 'libpthread/linuxthreads/forward.c')
-rw-r--r--libpthread/linuxthreads/forward.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/forward.c b/libpthread/linuxthreads/forward.c
index bec2297be..96fef59e4 100644
--- a/libpthread/linuxthreads/forward.c
+++ b/libpthread/linuxthreads/forward.c
@@ -18,9 +18,11 @@
02111-1307 USA. */
#include <dlfcn.h>
-#include "internals.h"
#include <stdlib.h>
+/* psm: keep this before internals.h */
+libc_hidden_proto(exit)
+#include "internals.h"
/* Pointers to the libc functions. */
struct pthread_functions __libc_pthread_functions attribute_hidden;