[Glibc-bsd-commits] r3468 - in trunk/glibc-ports/kfreebsd: . sys

Robert Millan rmh at alioth.debian.org
Sat Jun 18 14:50:44 UTC 2011


Author: rmh
Date: 2011-06-18 14:50:44 +0000 (Sat, 18 Jun 2011)
New Revision: 3468

Modified:
   trunk/glibc-ports/kfreebsd/Makefile
   trunk/glibc-ports/kfreebsd/Versions
   trunk/glibc-ports/kfreebsd/sys/syscall.h
   trunk/glibc-ports/kfreebsd/syscalls.list
Log:
Add stubs for nfssvc() and nlm_syscall().  (Closes: #630843)

Modified: trunk/glibc-ports/kfreebsd/Makefile
===================================================================
--- trunk/glibc-ports/kfreebsd/Makefile	2011-06-17 14:42:49 UTC (rev 3467)
+++ trunk/glibc-ports/kfreebsd/Makefile	2011-06-18 14:50:44 UTC (rev 3468)
@@ -58,7 +58,7 @@
 # For <sched.h>.
 sysdep_routines += clone start_thread
 # For <unistd.h>.
-sysdep_routines += sys_ftruncate sys_freebsd6_ftruncate sys_truncate sys_freebsd6_truncate
+sysdep_routines += nfssvc nlm_syscall sys_ftruncate sys_freebsd6_ftruncate sys_truncate sys_freebsd6_truncate
 # For <sys/acl.h>.
 sysdep_routines += acl_aclcheck_fd acl_aclcheck_file acl_delete_fd acl_delete_file acl_get_fd acl_get_file acl_set_fd acl_set_file
 # For <sys/extattr.h>.

Modified: trunk/glibc-ports/kfreebsd/Versions
===================================================================
--- trunk/glibc-ports/kfreebsd/Versions	2011-06-17 14:42:49 UTC (rev 3467)
+++ trunk/glibc-ports/kfreebsd/Versions	2011-06-18 14:50:44 UTC (rev 3468)
@@ -93,10 +93,15 @@
     _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
   }
   GLIBC_2.13 {
+    # j*
     jail_attach;
     jail_remove;
     jail_get;
     jail_set;
+
+    # n*
+    nfssvc;
+    nlm_syscall;
   }
   GLIBC_PRIVATE {
     # needed by libpthread.

Modified: trunk/glibc-ports/kfreebsd/sys/syscall.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/syscall.h	2011-06-17 14:42:49 UTC (rev 3467)
+++ trunk/glibc-ports/kfreebsd/sys/syscall.h	2011-06-18 14:50:44 UTC (rev 3468)
@@ -166,6 +166,8 @@
 #define	SYS_setsid	147
 #define	SYS_quotactl	148
 				/* 149 is old quota */
+
+#define SYS_nlm_syscall	154
 				/* 150 is old getsockname */
 #define	SYS_nfssvc	155
 				/* 156 is old getdirentries */

Modified: trunk/glibc-ports/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-ports/kfreebsd/syscalls.list	2011-06-17 14:42:49 UTC (rev 3467)
+++ trunk/glibc-ports/kfreebsd/syscalls.list	2011-06-18 14:50:44 UTC (rev 3468)
@@ -91,6 +91,8 @@
 munlock			-	munlock			i:ai		munlock
 munlockall		-	munlockall		i:		munlockall
 nanosleep		-	nanosleep		Ci:pp		__libc_nanosleep __nanosleep nanosleep
+nfssvc			-	nfssvc			i:ip		nfssvc
+nlm_syscall		-	nlm_syscall		i:iiip		nlm_syscall
 nmount			-	nmount			i:pii		nmount
 sys_nfstat		-	nfstat			i:ip		__syscall_nfstat
 sys_nlstat		-	nlstat			i:sp		__syscall_nlstat




More information about the Glibc-bsd-commits mailing list