mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix typo in assertion
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-05-13 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
|
||||||
|
|
||||||
2014-05-12 Joseph Myers <joseph@codesourcery.com>
|
2014-05-12 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
|
* sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
|
||||||
|
@ -229,7 +229,7 @@ grantpt (int fd)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
assert(! "getpt: internal error: invalid exit code from pt_chown");
|
assert(! "grantpt: internal error: invalid exit code from pt_chown");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user