diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-17 23:40:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-17 23:40:59 +0000 |
commit | 51392753a0b6190a3755880cf473903a4752884e (patch) | |
tree | a0eb2ff5269ba7ccbf68a08f51ca9a5056dcf54d /lib/libc/arch/powerpc | |
parent | bfee14815259b51c2678c60938423ae2ccd21c9b (diff) |
rfork() needs a fork.S-like stub as well; ok art
Diffstat (limited to 'lib/libc/arch/powerpc')
-rw-r--r-- | lib/libc/arch/powerpc/sys/rfork.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/arch/powerpc/sys/rfork.S b/lib/libc/arch/powerpc/sys/rfork.S new file mode 100644 index 00000000000..5227d12b09e --- /dev/null +++ b/lib/libc/arch/powerpc/sys/rfork.S @@ -0,0 +1,5 @@ +/* pid = rfork() */ + +#include "SYS.h" + +RSYSCALL(rfork) |