 Clément VasseurandRich Felker
|
dc65fddd4c
|
fix dlerror when using dlopen with a static libc
when the dynamic loader is disabled, dlopen fails correctly but dlerror
did not return a human readable error string like it should have.
|
2014-08-08 00:47:59 -04:00 |
|
 Clément VasseurandRich Felker
|
b1ae7b78bd
|
make clearenv available with _BSD_SOURCE
glibc declares clearenv under _BSD_SOURCE, some applications might
depend on it being available this way.
|
2014-08-08 00:45:42 -04:00 |
|
 Clément VasseurandRich Felker
|
da27118157
|
fix the %m specifier in syslog
errno must be saved upon vsyslog entry, otherwise its value could be
changed by some libc function before reaching the %m handler in
vsnprintf.
|
2014-07-11 20:03:21 -04:00 |
|
 Clément VasseurandRich Felker
|
4e5c7a2176
|
fix missing argument to syscall in fanotify_mark
|
2014-06-14 00:10:16 -04:00 |
|