summaryrefslogtreecommitdiff
path: root/src/mesa/x86/common_x86.c
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-12 02:13:39 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-12 02:13:39 +0000
commit2a938d3ab79e7d1e2ee80478743d970c8b3c5cf9 (patch)
tree2f024ad4bd811cfd31036a127c497a641fb64abc /src/mesa/x86/common_x86.c
parent79b2d13ae2280650070d5a0f157afecbfa02f9e6 (diff)
Undo -D_POSIX_SOURCE change, fix the way the katmai support test is
done.
Diffstat (limited to 'src/mesa/x86/common_x86.c')
-rw-r--r--src/mesa/x86/common_x86.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c
index 25164a6f02..58710f1fcd 100644
--- a/src/mesa/x86/common_x86.c
+++ b/src/mesa/x86/common_x86.c
@@ -1,4 +1,4 @@
-/* $Id: common_x86.c,v 1.12 2001/03/05 15:57:59 brianp Exp $ */
+/* $Id: common_x86.c,v 1.13 2001/03/12 02:13:40 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -36,7 +36,7 @@
#include <stdlib.h>
#include <stdio.h>
-#if defined(USE_KATMAI_ASM) && defined(__linux__) && defined(_POSIX_SOURCE)
+#if defined(USE_KATMAI_ASM) && defined(__linux__)
#include <signal.h>
#endif