debloat code that depends on /proc/self/fd/%d with shared function
authorRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 16:59:45 +0000 (12:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 16:59:45 +0000 (12:59 -0400)
commitc8c0844f7fbcb955848ca84432e5ffcf71f1cef1
tree57aee97670957a956d6a387d1b33d6fd987765e9
parent0dc4824479e357a3e23a02d35527e23fca920343
debloat code that depends on /proc/self/fd/%d with shared function

I intend to add more Linux workarounds that depend on using these
pathnames, and some of them will be in "syscall" functions that, from
an anti-bloat standpoint, should not depend on the whole snprintf
framework.
src/internal/procfdname.c [new file with mode: 0644]
src/misc/realpath.c
src/process/fexecve.c
src/stat/fchmodat.c
src/unistd/ttyname_r.c