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

Petr Salinger ps-guest at alioth.debian.org
Mon Jul 8 12:43:22 UTC 2013


Author: ps-guest
Date: 2013-06-23 20:00:53 +0000 (Sun, 23 Jun 2013)
New Revision: 4599

Modified:
   trunk/glibc-ports/kfreebsd/syscalls.list
Log:
export thr_* interfaces from kernel



Modified: trunk/glibc-ports/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls.list	2013-06-23 19:35:40 UTC (rev 4598)
+++ trunk/glibc-ports/kfreebsd/syscalls.list	2013-06-23 20:00:53 UTC (rev 4599)
@@ -188,6 +188,12 @@
 symlinkat		-	symlinkat		i:sis		symlinkat
 sysarch			-	sysarch			i:ip		__sysarch sysarch
 sysctl			-	sysctl			i:pibNbn	__sysctl sysctl
+sys_thr_exit		-	thr_exit		Vi:P		__syscall_thr_exit
+sys_thr_kill		-	thr_kill		Vi:ii		__syscall_thr_kill
+sys_thr_kill2		-	thr_kill2		Vi:iii		__syscall_thr_kill2
+sys_thr_new		-	thr_new			Vi:pi		__syscall_thr_new
+sys_thr_self		-	thr_self		Vi:p		__syscall_thr_self
+sys_thr_set_name	-	thr_set_name		Vi:iP		__syscall_thr_set_name
 truncate		-	truncate		i:sii		__truncate !__truncate64 truncate truncate64
 sys_umtx		-	_umtx_op		Vi:piipp	__syscall__umtx_op
 undelete		-	undelete		i:s		undelete




More information about the Glibc-bsd-commits mailing list