From 167d569420c674556ca4e94937fbd4c104081085 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 31 Jan 2006 22:32:17 +0000 Subject: pt-allocrtsig.c is irrelevant for now, remove related too, add libc_hidden_proto from old version --- libpthread/linuxthreads/forward.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libpthread/linuxthreads/forward.c') 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 -#include "internals.h" #include +/* 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; -- cgit v1.2.3