aboutsummaryrefslogtreecommitdiff
path: root/src/internal/procfdname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move and deduplicate declarations of __procfdname to make it checkable•••syscall.h was chosen as the header to declare it, since its intended usage is alongside syscalls as a fallback for operations the direct syscall does not support. Rich Felker2018-09-121-0/+2
* 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. Rich Felker2013-08-021-0/+13