aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-09-27 21:22:57 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-09-27 21:22:57 +0000
commit0ce23d93118f49d47452382dd674e00e82863d9b (patch)
tree05cddf7fb336a0f40fcc01d61cf97c6318192b0c
parentf8d198c94c48a255fd59c13b97196de9ffc88fbb (diff)
downloadklibc-0ce23d93118f49d47452382dd674e00e82863d9b.tar.gz
Add declaration of fork() accidentally deletedklibc-0.180
-rw-r--r--klibc/SYSCALLS.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/klibc/SYSCALLS.def b/klibc/SYSCALLS.def
index 491217364df78..dbd7dc8434a65 100644
--- a/klibc/SYSCALLS.def
+++ b/klibc/SYSCALLS.def
@@ -17,6 +17,7 @@
;
<?!ia64> pid_t clone::__clone(unsigned long, void *)
<?ia64> pid_t clone::__clone2(unsigned long, void *, void *)
+<?!sparc> pid_t fork()
<sparc> pid_t fork@forkish()
<!mips,mips64,sparc,ia64> pid_t vfork()
<sparc> pid_t vfork@forkish()