summaryrefslogtreecommitdiff
path: root/src/internal/procfdname.c
AgeCommit message (Collapse)AuthorLines
2013-08-02debloat code that depends on /proc/self/fd/%d with shared functionRich Felker-0/+13
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.