This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glibc-2.1.3pre3


I have built and run successfully upgraded a NetWinder to this prerelease code. 
I required a patch however to back out rlimit changes.  The patch is is
attached.

2000-01-27  Scott Bambrough <scottb@netwinder.org>

        * sysdeps/unix/sysv/linux/arm/Makefile : Backout rlimit changes for 
	  resource directory.
        * sysdeps/unix/sysv/linux/arm/syscalls.list : Backout changes for 
	  versioning setrlimit and getrlimit.

Scott

-- 
Scott Bambrough - Software Engineer
REBEL.COM    http://www.rebel.com
NetWinder    http://www.netwinder.org
diff -upr glibc-2.1.3.orig/sysdeps/unix/sysv/linux/arm/Makefile glibc-2.1.3/sysdeps/unix/sysv/linux/arm/Makefile
--- glibc-2.1.3.orig/sysdeps/unix/sysv/linux/arm/Makefile	Tue Jan 25 23:09:29 2000
+++ glibc-2.1.3/sysdeps/unix/sysv/linux/arm/Makefile	Thu Jan 27 10:46:42 2000
@@ -9,6 +9,3 @@ sysdep_routines += rt_sigsuspend rt_sigp
 		   sigrestorer
 endif
 
-ifeq ($(subdir),resource)
-sysdep_routines += oldgetrlimit64 oldsetrlimit64
-endif
diff -upr glibc-2.1.3.orig/sysdeps/unix/sysv/linux/arm/syscalls.list glibc-2.1.3/sysdeps/unix/sysv/linux/arm/syscalls.list
--- glibc-2.1.3.orig/sysdeps/unix/sysv/linux/arm/syscalls.list	Thu Jan 20 20:40:40 2000
+++ glibc-2.1.3/sysdeps/unix/sysv/linux/arm/syscalls.list	Thu Jan 27 10:47:02 2000
@@ -12,5 +12,3 @@ s_setresuid	setresuid setresuid	3	__sysc
 s_setreuid	setreuid setreuid	2	__syscall_setreuid
 s_setuid	setuid	setuid		1	__syscall_setuid
 syscall		-	syscall		7	syscall
-oldgetrlimit	EXTRA	getrlimit	2	__old_getrlimit	getrlimit@GLIBC_2.0
-oldsetrlimit	EXTRA	setrlimit	2	__old_setrlimit	setrlimit@GLIBC_2.0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]