From ae9bb92ccc2b4a9a75b09c59e1351a78e6a6da53 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 4 May 2001 17:03:47 +0000 Subject: Initial sparc port, thanks to Mathew Bosworth , who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik --- libc/sysdeps/linux/sparc/bits/select.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libc/sysdeps/linux/sparc/bits') diff --git a/libc/sysdeps/linux/sparc/bits/select.h b/libc/sysdeps/linux/sparc/bits/select.h index 4513135af..f5a181092 100644 --- a/libc/sysdeps/linux/sparc/bits/select.h +++ b/libc/sysdeps/linux/sparc/bits/select.h @@ -20,6 +20,13 @@ # error "Never use directly; include instead." #endif +/* For some reason, this wants to use the definitions from + /include/asm/posix_types.h So we have to undef some symbols : +*/ +#undef __FD_ZERO +#undef __FD_SET +#undef __FD_CLR +#undef __FD_ISSET /* We don't use `memset' because this would require a prototype and the array isn't too big. */ -- cgit v1.2.3