diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-04 14:49:03 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2015-12-09 19:03:43 +0100 |
commit | 3b51c390f76744ccb76a07869c543db4f68484bd (patch) | |
tree | e337ddcf022f65bed11cca1c1180aac3de820413 /ChangeLog | |
parent | aad287f35a801a4b53b27d7e2a8cb54fb708fb97 (diff) | |
download | glibc-3b51c390f76744ccb76a07869c543db4f68484bd.tar.gz glibc-3b51c390f76744ccb76a07869c543db4f68484bd.tar.xz glibc-3b51c390f76744ccb76a07869c543db4f68484bd.zip |
Fix grantpt basename namespace bug
Commit cf06a4e3 removed test-xfail-POSIX2008/unistd.h/linknamespace, but left one basename namespace issue in grantpt. However this issue is not visible with the default configuration buy only when configure is passed the --enable-pt_chown option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3205cee423..490cfc7734 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-09 Aurelien Jarno <aurelien@aurel32.net> + + * sysdeps/unix/grantpt.c (grantpt): Call__basename instead of + basename. + 2015-12-08 Siddhesh Poyarekar <sid@reserved-bit.com> * benchtests/Makefile (bench-math): Move ffs and ffsll... |