diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-03 20:31:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-03 20:31:21 +0000 |
commit | c4d7bd3907c64ce6ab670cfe97557881b6da2d32 (patch) | |
tree | 9666b5610ae0af2bd9cac86ac0e8d9b7895a7a7e /nptl/sysdeps | |
parent | 27bbfab0b7e474d34330679284e81c0b1e3a20e0 (diff) | |
download | glibc-c4d7bd3907c64ce6ab670cfe97557881b6da2d32.tar.gz glibc-c4d7bd3907c64ce6ab670cfe97557881b6da2d32.tar.xz glibc-c4d7bd3907c64ce6ab670cfe97557881b6da2d32.zip |
* 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.h | 1 |
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> |