[PATCH 08/11] openat_proc_name: port to OS/2 kLIBC

2015-11-06 Thread KO Myung-Hun
OS/2 kLIBC provides a function to retrive a path from a fd. Use it instead of /proc/self/fd. * lib/openat-proc.c (openat_proc_name): Port to OS/2 kLIBC with __libc_Back_ioFHToPath(). --- ChangeLog | 9 + lib/openat-proc.c | 29 + 2 files changed, 38 in

[PATCH 08/11] openat_proc_name: port to OS/2 kLIBC

2015-07-21 Thread KO Myung-Hun
OS/2 kLIBC provides a function to retrive a path from a fd. Use it instead of /proc/self/fd. * lib/openat-proc.c (openat_proc_name): Port to OS/2 kLIBC with __libc_Back_ioFHToPath(). --- lib/openat-proc.c | 29 + 1 file changed, 29 insertions(+) diff --git a/lib/opena