summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianp <brianp>2002-11-23 14:44:21 +0000
committerbrianp <brianp>2002-11-23 14:44:21 +0000
commit3d74aa8252fc1da238784b47f83baf67f520471c (patch)
tree4bea1f9c6cb294a7f957ff34b6071e47c55c78ee
parente9e61d923969e062b319c69192fc70303e3ee9d6 (diff)
undef usleep macro
-rw-r--r--xc/lib/GL/mesa/src/drv/r200/r200_texmem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r200/r200_texmem.c b/xc/lib/GL/mesa/src/drv/r200/r200_texmem.c
index ee1396349..04c11ba50 100644
--- a/xc/lib/GL/mesa/src/drv/r200/r200_texmem.c
+++ b/xc/lib/GL/mesa/src/drv/r200/r200_texmem.c
@@ -50,6 +50,8 @@ SOFTWARE.
#include "r200_swtcl.h"
#include "r200_tex.h"
+#undef usleep /* undo wrapping from xf86_ansic.h */
+
/* Destroy hardware state associated with texture `t'.
*/