Change History (4)
comment:1 by , 19 years ago
Status: | new → closed |
---|
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Resolution: | → fixed |
---|
Note:
See TracTickets
for help on using tickets.
Status: | new → closed |
---|
Resolution: | → fixed |
---|
glibc's private strerror_r() was supposed to return a pointer to the string buffer instead of an error code like the POSIX function strerror_r(). glibc's printf() supports "%m" already, and hrev14723 fixes the actual output.