From adcf0e4a330995739a4298abd33588e44bd329a1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 30 Apr 2000 06:52:59 +0000 Subject: Update. * iconv/iconv_prog.c (main): Handle input file name "-" correctly. Recognize option -s, -c, and -l. 2000-04-20 Thorsten Kukuk * nscd/nscd.c: Start new session for nscd, drop privilegs to configured user if requested and no -S parameter are used. * nscd/nscd.conf: Add new option "server-user". * nscd/nscd_conf.c: Add support for new "server-user" option. * nscd/nscd.h: Add declaration for server_user variable. Based on patch by Chris Wing 2000-04-29 Mark Kettenis * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining that changing the __restore and __restore_rt signal return code will break GDB. 2000-04-29 Mark Kettenis * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include . 2000-04-29 Mark Kettenis * conform/data/ucontext.h-data: Allow ss_* instead of SS_*. 2000-04-29 Ulrich Drepper --- conform/data/ucontext.h-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conform/data/ucontext.h-data') diff --git a/conform/data/ucontext.h-data b/conform/data/ucontext.h-data index 3ad661e7b9..87a6025b55 100644 --- a/conform/data/ucontext.h-data +++ b/conform/data/ucontext.h-data @@ -16,5 +16,5 @@ function void makecontext (ucontext_t*, void(*)(void), int, ...) function int swapcontext (ucontext_t*, const ucontext_t*) allow uc_* -allow SS_* +allow ss_* allow *_t -- cgit v1.2.3