mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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 <jakub@redhat.com>
This commit is contained in:
@ -26,11 +26,5 @@
|
||||
int
|
||||
system (const char *line)
|
||||
{
|
||||
int oldtype = CANCEL_ASYNC ();
|
||||
|
||||
int result = __libc_system (line);
|
||||
|
||||
CANCEL_RESET (oldtype);
|
||||
|
||||
return result;
|
||||
return __libc_system (line);
|
||||
}
|
||||
|
Reference in New Issue
Block a user