aboutsummaryrefslogtreecommitdiff
path: root/include/bits/unistd_ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/unistd_ext.h')
-rw-r--r--include/bits/unistd_ext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h
index 277be05..eeb07ba 100644
--- a/include/bits/unistd_ext.h
+++ b/include/bits/unistd_ext.h
@@ -3,4 +3,7 @@
#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