diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-12-09 01:32:13 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-12-09 01:32:13 +0000 |
commit | 1f61bbd8a58e9255f45774541d76ed0bbdc05f09 (patch) | |
tree | 5bc819f3bbd1fbd525d493cbd01ef288a3887611 /libc/misc/pthread/weaks.c | |
parent | 808694e8a330e32741b7781467610d8cec99ae6e (diff) |
silence a lot of warnings and fix a few genuine bugs while I'm at it.
Diffstat (limited to 'libc/misc/pthread/weaks.c')
-rw-r--r-- | libc/misc/pthread/weaks.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |