[Glibc-bsd-commits] r5849 - trunk/glibc-ports-2.22/kfreebsd

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Wed Dec 2 20:56:12 UTC 2015


Author: aurel32
Date: 2015-12-02 20:56:12 +0000 (Wed, 02 Dec 2015)
New Revision: 5849

Modified:
   trunk/glibc-ports-2.22/kfreebsd/syscalls.list
Log:
Merge from upstream:

commit 1a2325c06cf309d1d8b4aafcfb1a3d43905baf9b
Author: Joseph Myers <joseph at codesourcery.com>
Date:   Wed Feb 18 00:26:35 2015 +0000

    Fix posix_spawn getrlimit64 namespace (bug 17991).



Modified: trunk/glibc-ports-2.22/kfreebsd/syscalls.list
===================================================================
--- trunk/glibc-ports-2.22/kfreebsd/syscalls.list	2015-12-02 19:44:17 UTC (rev 5848)
+++ trunk/glibc-ports-2.22/kfreebsd/syscalls.list	2015-12-02 20:56:12 UTC (rev 5849)
@@ -60,7 +60,7 @@
 getppid			-	getppid			i:		__getppid getppid
 getresgid		-	getresgid		i:ppp		getresgid
 getresuid		-	getresuid		i:ppp		getresuid
-getrlimit		-	getrlimit		i:ip		__getrlimit getrlimit getrlimit64
+getrlimit		-	getrlimit		i:ip		__getrlimit getrlimit getrlimit64 __getrlimit64
 getsid			-	getsid			i:i		getsid
 issetugid		-	issetugid		i:		issetugid
 jail			-	jail			i:p		jail




More information about the Glibc-bsd-commits mailing list