From 93a4b7cac4c68f108d784fba8ded542bf41d03bd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 27 Mar 2001 03:20:20 +0000 Subject: Update. 2001-03-26 Ben Collins * sysdeps/unix/sysv/linux/mips/bits/mman.h: Add MAP_* and MADV_* defines to match other architectures. --- linuxthreads/Examples/ex17.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/Examples') diff --git a/linuxthreads/Examples/ex17.c b/linuxthreads/Examples/ex17.c index bedf86806f..f5c99ee3fb 100644 --- a/linuxthreads/Examples/ex17.c +++ b/linuxthreads/Examples/ex17.c @@ -28,7 +28,7 @@ main (void) PROT_READ | PROT_WRITE | PROT_EXEC, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); - if (stack == (void *)-1) + if (stack == MAP_FAILED) { perror ("mmap failed"); return 1; -- cgit 1.4.1