From 552febc3b914bd0df4b4b659fdacd2acef36ebef Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Feb 2002 08:30:23 +0000 Subject: Be consistant about the ways in which asm/unistd.h might be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik --- libc/sysdeps/linux/m68k/bits/syscalls.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/m68k') diff --git a/libc/sysdeps/linux/m68k/bits/syscalls.h b/libc/sysdeps/linux/m68k/bits/syscalls.h index a37f6f039..5c30e2193 100644 --- a/libc/sysdeps/linux/m68k/bits/syscalls.h +++ b/libc/sysdeps/linux/m68k/bits/syscalls.h @@ -1,8 +1,10 @@ - /* * nothing needed here until we want pthread support or similar - * m68k PIC uses the same syscall defines as non-pic. */ +#include +/* Do something very evil for now. Until we include our out syscall + * macros, short circuit bits/syscall.h and use asm/unistd.h instead */ +#define _BITS_SYSCALL_H #include -- cgit v1.2.3