[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5567 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2013-05-09 08:31:08 +0000 (Thu, 09 May 2013)
New Revision: 5567

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 4419 (from glibc-bsd).


Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2013-05-08 16:59:12 UTC (rev 5566)
+++ glibc-package/trunk/debian/changelog	2013-05-09 08:31:08 UTC (rev 5567)
@@ -26,7 +26,7 @@
   * patches/kfreebsd/local-no-pldd.diff: pldd is linux only utility
   * patches/kfreebsd/local-nscd-nosendfile-fix.diff: handle system without
     sendfile syscall
-  * kfreebsd/local-sysdeps.diff: update to revision 4418 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 4419 (from glibc-bsd).
     Fixes sys/mount.h without C99.  Closes: #704598.
 
  -- Adam Conrad <adconrad@0c3.net>  Tue, 07 May 2013 13:58:05 -0600

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2013-05-08 16:59:12 UTC (rev 5566)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2013-05-09 08:31:08 UTC (rev 5567)
@@ -24920,7 +24920,7 @@
 +#endif
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/syscalls.list
-@@ -0,0 +1,199 @@
+@@ -0,0 +1,201 @@
 +# File name		Caller	Syscall name		# args		Strong name	Weak names
 +sys_access		-	access			i:si		__syscall_access
 +acl_aclcheck_fd		-	acl_aclcheck_fd		i:iip		__acl_aclcheck_fd
@@ -24965,6 +24965,8 @@
 +sys_getcwd		-	getcwd			i:bn		__syscall_getcwd
 +sys_getdents		-	getdents		i:ibn		__syscall_getdents
 +sys_getdirentries	-	getdirentries		i:ibnP		__syscall_getdirentries
++getegid			-	getegid			i:		__getegid getegid
++geteuid			-	geteuid			i:		__geteuid geteuid
 +getfh			-	getfh			i:sp		getfh
 +sys_getlogin		-	getlogin		i:bn		__syscall_getlogin
 +getpgid			-	getpgid			i:i		__getpgid __getpgid_internal getpgid


Reply to: