diff options
| author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-25 15:34:49 +0200 |
|---|---|---|
| committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-25 15:34:49 +0200 |
| commit | 627d770b5cd550bd51234392f62eb7cea586d49e (patch) | |
| tree | 88db067b4cfaef7d18bcd249dfa264a8ef9b41c9 | |
| parent | 412dac3ee4ba790a38a8a127ae947e05afcf6c06 (diff) | |
libc: verbose sysconf
| -rw-r--r-- | src/libc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,5 +322,6 @@ bionic_sysconf_to_glibc_sysconf(int name) long bionic_sysconf(int name) { + verbose("0x%x", name); return sysconf(bionic_sysconf_to_glibc_sysconf(name)); } |
