mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* inet/rcmd.c: Provide better error message in case of unknown host. Remove USE_IN_LIBIO. * nscd/nscd.init: Updated version, more conforming with current init file standards. * nscd/nscd-client.h (_PATH_NSCDPID): Move the file into /var/run/nscd directory. (_PATH_NSCDSOCKET): Likewise. * test-skeleton.c (timeout_handler): Fix error message.
This commit is contained in:
@ -156,7 +156,7 @@ timeout_handler (int sig __attribute__ ((unused)))
|
||||
}
|
||||
if (killed != 0 && killed != pid)
|
||||
{
|
||||
perror ("Failed to killed test process");
|
||||
perror ("Failed to kill test process");
|
||||
exit (1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user