diff options
Diffstat (limited to 'linuxthreads/weaks.c')
-rw-r--r-- | linuxthreads/weaks.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linuxthreads/weaks.c b/linuxthreads/weaks.c index 036e004612..3bbf546378 100644 --- a/linuxthreads/weaks.c +++ b/linuxthreads/weaks.c @@ -1,5 +1,5 @@ /* The weak pthread functions for Linux. - Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. + Copyright (C) 1996,97,98,99,2000,01,02 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,7 +17,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <errno.h> #include <limits.h> #include <stdlib.h> #include <shlib-compat.h> |