1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #include <sys/types.h>
- int open_pidfds(pid_t *pids, int *fds, int count);
- int pidfds_to_pids(int *fds, pid_t *pids, int count);
- int open_fdinfo_dir(void);
|