[Glibc-bsd-commits] r1349 - trunk/glibc-2.3-head/sysdeps/kfreebsd

Robert Millan rmh at costa.debian.org
Sat Mar 18 14:37:40 UTC 2006


Author: rmh
Date: 2006-03-18 14:37:39 +0000 (Sat, 18 Mar 2006)
New Revision: 1349

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list
Log:
Add swapon/swapoff syscall stubs.

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list	2006-03-18 13:33:44 UTC (rev 1348)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/syscalls.list	2006-03-18 14:37:39 UTC (rev 1349)
@@ -143,6 +143,7 @@
 sys_bind        -       bind                    i:ipi   __syscall_bind
 sys_sendto      -       sendto          	i:ibnibn __syscall_sendto
 swapcontext	-	swapcontext		i:pp	__swapcontext	swapcontext
+swapon		-	swapon			i:s	swapon
+swapoff		-	swapoff			i:s	swapoff
 getcontext	-	getcontext		i:p	__getcontext	getcontext
 setcontext	-	setcontext		i:p	__setcontext	setcontext
-




More information about the Glibc-bsd-commits mailing list