From 43014917a316b581cca09dbc32c04cbdb517ffda Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 9 Sep 2005 02:39:12 +0000 Subject: sync with glibc by moving the thread_desc stuff out of internals.h and into a new file descr.h ... also redo thread_desc init by specifying members in the struct by name rather than position --- libpthread/linuxthreads/signals.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libpthread/linuxthreads/signals.c') diff --git a/libpthread/linuxthreads/signals.c b/libpthread/linuxthreads/signals.c index df15b884e..fbb1db590 100644 --- a/libpthread/linuxthreads/signals.c +++ b/libpthread/linuxthreads/signals.c @@ -77,7 +77,6 @@ int pthread_kill(pthread_t thread, int signo) } /* User-provided signal handlers */ -typedef void (*arch_sighandler_t) __PMT ((int, SIGCONTEXT)); static union { arch_sighandler_t old; -- cgit v1.2.3