summaryrefslogtreecommitdiff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-11-03 20:31:21 +0000
committerRoland McGrath <roland@gnu.org>2004-11-03 20:31:21 +0000
commitc4d7bd3907c64ce6ab670cfe97557881b6da2d32 (patch)
tree9666b5610ae0af2bd9cac86ac0e8d9b7895a7a7e /nptl/sysdeps
parent27bbfab0b7e474d34330679284e81c0b1e3a20e0 (diff)
* debug/tst-chk1.c (ret): New volatile variable.
(CHK_FAIL_END): Remove redundant ret setting. (do_test): Remote ret variable.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/smp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/smp.h b/nptl/sysdeps/unix/sysv/linux/smp.h
index c1160a7939..4f4d358d32 100644
--- a/nptl/sysdeps/unix/sysv/linux/smp.h
+++ b/nptl/sysdeps/unix/sysv/linux/smp.h
@@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/sysctl.h>