diff options
author | obrien <obrien@FreeBSD.org> | 2003-01-18 23:26:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-01-18 23:26:04 +0000 |
commit | a390eae40f2d18e5bf240c53afc9494e13487b4e (patch) | |
tree | 75b679ae94862ae148aec0ebffe7969b42a6ff78 /lib/libc/powerpc | |
parent | d09e50792c6dc82c27e751848ae8417ce7510895 (diff) | |
download | FreeBSD-src-a390eae40f2d18e5bf240c53afc9494e13487b4e.zip FreeBSD-src-a390eae40f2d18e5bf240c53afc9494e13487b4e.tar.gz |
We don't need our own personal definition of __CONCAT.
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; \ |