about summary refs log tree commit diff
path: root/include/bits/unistd_ext.h
blob: eeb07baf7097ec188a01e322102020baaa2668e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include_next <bits/unistd_ext.h>

#ifndef _ISOMAC
extern int __close_range (unsigned int lowfd, unsigned int highfd, int flags);
libc_hidden_proto (__close_range);

extern pid_t __gettid (void);
libc_hidden_proto (__gettid);
#endif