diff options
Diffstat (limited to 'sysdeps/hurd/include/hurd.h')
-rw-r--r-- | sysdeps/hurd/include/hurd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/hurd/include/hurd.h b/sysdeps/hurd/include/hurd.h index 7da9af2..568092d 100644 --- a/sysdeps/hurd/include/hurd.h +++ b/sysdeps/hurd/include/hurd.h @@ -11,5 +11,8 @@ void _hurd_libc_proc_init (char **argv); libc_hidden_proto (_hurd_exec_paths) libc_hidden_proto (_hurd_init) libc_hidden_proto (_hurd_libc_proc_init) + +extern thread_t __hurd_thread_self (void); +libc_hidden_proto (__hurd_thread_self) #endif #endif |