From 1f61bbd8a58e9255f45774541d76ed0bbdc05f09 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Dec 2006 01:32:13 +0000 Subject: silence a lot of warnings and fix a few genuine bugs while I'm at it. --- libc/misc/pthread/weaks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/misc/pthread/weaks.c') diff --git a/libc/misc/pthread/weaks.c b/libc/misc/pthread/weaks.c index 1566846ca..580c3eb07 100644 --- a/libc/misc/pthread/weaks.c +++ b/libc/misc/pthread/weaks.c @@ -28,7 +28,6 @@ * if it gets linked in. */ -static int __pthread_return_0 (void); static int __pthread_return_0 (void) { return 0; } static void __pthread_return_void (void) { return; } -- cgit v1.2.3