diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-05-29 21:56:09 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-04-07 23:16:31 +0200 |
commit | 0e6cde437729f8b7111284e43bed778b0745fd59 (patch) | |
tree | b3066a7a3846977acd111cd8eeca43a304c34010 /sysdeps | |
parent | ba1501075d81ce42c88707021eb8c2befa0fe4a4 (diff) |
2008-05-29 Thomas Schwinge <tschwinge@gnu.org>
* sysdeps/generic/sem-timedwait.c: Don't include <error.h>.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/generic/sem-timedwait.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/generic/sem-timedwait.c b/sysdeps/generic/sem-timedwait.c index d01bfdb0..995cf099 100644 --- a/sysdeps/generic/sem-timedwait.c +++ b/sysdeps/generic/sem-timedwait.c @@ -1,5 +1,5 @@ /* Wait on a semaphore with a timeout. Generic version. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2008 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 @@ -18,7 +18,6 @@ Boston, MA 02111-1307, USA. */ #include <semaphore.h> -#include <error.h> #include <errno.h> #include <assert.h> |