mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
hurd: Fix arbitrary error code
ELIBBAD is Linux-specific. (cherry picked from commit 67ab66541dc1164540abda284645e38be90b5119)
This commit is contained in:
parent
290db09546
commit
5d8c777634
@ -28,7 +28,7 @@ static void __attribute__ ((constructor))
|
||||
init (void)
|
||||
{
|
||||
/* An arbitrary error code which is otherwise not used. */
|
||||
errno = ELIBBAD;
|
||||
errno = -1009;
|
||||
}
|
||||
|
||||
/* Lookup functions for pwd follow that do not return any data. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user