[Glibc-bsd-commits] r3205 - trunk/glibc-ports/kfreebsd

Robert Millan rmh at alioth.debian.org
Mon Dec 13 20:13:10 UTC 2010


Author: rmh
Date: 2010-12-13 20:13:00 +0000 (Mon, 13 Dec 2010)
New Revision: 3205

Modified:
   trunk/glibc-ports/kfreebsd/Makefile
   trunk/glibc-ports/kfreebsd/syscalls.list
Log:
Fix semctl breakage introduced in my last commit

Modified: trunk/glibc-ports/kfreebsd/Makefile
===================================================================
--- trunk/glibc-ports/kfreebsd/Makefile	2010-12-08 20:44:13 UTC (rev 3204)
+++ trunk/glibc-ports/kfreebsd/Makefile	2010-12-13 20:13:00 UTC (rev 3205)
@@ -90,7 +90,7 @@
 # for INLINE_SYSCALL
 sysdep_routines += sys_fork sys_execve sys_sigaction sys_close sys_fcntl
 sysdep_routines += sys_clock_getres sys_clock_gettime sys_clock_settime
-sysdep_routines += sys_shm_open sys_shm_unlink sys_pselect
+sysdep_routines += sys_shm_open sys_shm_unlink sys_pselect sys_semctl
 endif
 
 ifeq ($(subdir),posix)

Modified: trunk/glibc-ports/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls.list	2010-12-08 20:44:13 UTC (rev 3204)
+++ trunk/glibc-ports/kfreebsd/syscalls.list	2010-12-13 20:13:00 UTC (rev 3205)
@@ -114,6 +114,7 @@
 sched_yield		-	sched_yield		i:		__sched_yield sched_yield
 semget			-	semget			i:iii		semget
 semop			-	semop			i:ipi		semop
+sys_semctl		-	semctl			i:iiip		__syscall_semctl
 bsd_sendfile		-	sendfile		i:iiiippi	bsd_sendfile
 setegid			-	setegid			i:i		setegid
 seteuid			-	seteuid			i:i		seteuid




More information about the Glibc-bsd-commits mailing list