diff options
Diffstat (limited to 'lib/libc/powerpc')
-rw-r--r-- | lib/libc/powerpc/SYS.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/powerpc/SYS.h b/lib/libc/powerpc/SYS.h index d4255cd..7ec3075 100644 --- a/lib/libc/powerpc/SYS.h +++ b/lib/libc/powerpc/SYS.h @@ -1,6 +1,6 @@ /*- - * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 2002 Benno Rice. All rights reserved. + * Copyright (c) 2002 David E. O'Brien. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,11 +31,8 @@ */ #include <sys/syscall.h> - #include <machine/asm.h> -#define __CONCAT(x,y) x ## y - #define _SYSCALL(x) \ .text; \ .align 2; \ |