From 2698e32c2c2fae23c5c5f39f73b09553158b482d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 31 Jul 1998 18:02:14 +0000 Subject: Update. 1998-07-31 17:59 Ulrich Drepper * sysdeps/unix/sysv/linux/Makefile [subdir==misc] (sysdep_routines): Add sys_setresuid. 1998-07-30 Mark Kettenis * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_setresuid as real name for system call and make setresuid a weak alias. Set caller to seteuid. * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Implement using `setresuid' syscall if availble. Fixes problems with sendmail which expects `seteuid' to not set the saved user ID. 1998-07-30 20:09 -0400 Zack Weinberg * time/tzset.c (__tzstring): Get rid of excessive cleverness which was causing stack corruption. 1998-07-31 16:41 -0400 Zack Weinberg * argp/argp-fmtstream.c (__argp_fmtstream_update): Correct off-by-one in wordwrap algorithm when there' a space at the beginning of the buffer. 1998-07-31 15:45 Ulrich Drepper * Makerules (LDLIBS-c.so): Extend value instead of overwriting it. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 1c79713732..e8930e32a5 100644 --- a/Makerules +++ b/Makerules @@ -396,7 +396,7 @@ elide-routines.ob += $(shared-only-routines) # since we define our own `.init' section specially. LDFLAGS-c.so = -nostdlib -nostartfiles # But we still want to link libc.so against $(gnulib). -LDLIBS-c.so = $(gnulib) +LDLIBS-c.so += $(gnulib) # Give libc.so an entry point and make it directly runnable itself. LDFLAGS-c.so += -e __libc_main # Pre-link the objects of libc_pic.a so that we can locally resolve -- cgit v1.2.3