From 270d9d472952a8923fa8a6d9d830fea77f4b838f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Dec 2002 10:24:40 +0000 Subject: Update. * inet/herrno.c (__h_errno_location): Remove. * inet/Makefile (routines): Add herrno-loc. * resolv/res_libc.c (__res_state): Remove. * resolv/Makefile (routines): Add res-state. * sysdeps/generic/herrno-loc.c: New file. * sysdeps/generic/res-state.c: New file. 2002-12-27 Jakub Jelinek --- linuxthreads/pt-system.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'linuxthreads/pt-system.c') diff --git a/linuxthreads/pt-system.c b/linuxthreads/pt-system.c index bc5098adc0..3a5f46c4f8 100644 --- a/linuxthreads/pt-system.c +++ b/linuxthreads/pt-system.c @@ -25,8 +25,5 @@ int system (const char *line) { - int oldtype = LIBC_CANCEL_ASYNC (); - int result = __libc_system (line); - LIBC_CANCEL_RESET (oldtype); - return result; + return __libc_system (line); } -- cgit v1.2.3