diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-15 21:25:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-15 21:25:47 +0000 |
commit | c053d9aa3982855c2f4ddc9c4b1fc69f4c7909ba (patch) | |
tree | b8dfafd36cdd5382c0660eca6a43425449faf1b7 /lib | |
parent | 1b12a0abfe8332e98f4c77639c7a8fdf2dcc4166 (diff) | |
download | FreeBSD-src-c053d9aa3982855c2f4ddc9c4b1fc69f4c7909ba.zip FreeBSD-src-c053d9aa3982855c2f4ddc9c4b1fc69f4c7909ba.tar.gz |
Grow RSYSCALL.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/powerpc/SYS.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/powerpc/SYS.h b/lib/libc/powerpc/SYS.h index dc83e87..dc0cd02 100644 --- a/lib/libc/powerpc/SYS.h +++ b/lib/libc/powerpc/SYS.h @@ -41,3 +41,7 @@ ENTRY(__CONCAT(__sys_,x)) ; \ li 0,(SYS_ ## x) ; \ sc ; \ bso 2b + +#define RSYSCALL(x) \ + SYSCALL(x) ; \ + blr |