From ded291197c7da40793b072cd5487434b252376d7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Jun 1995 03:04:45 +0000 Subject: Sun Jun 4 22:14:11 1995 Roland McGrath * hurd/Makefile (sig): Added thread-self. * hurd/hurd.h: Declare hurd_thread_self. * hurd/thread-self.c: New file. Thu Jun 1 12:17:52 1995 Roland McGrath * elf/rtld.c: Initialize RTLD_MAP.l_type. * elf/dl-reloc.c (_dl_relocate_object): Clear LAZY if relocating the dynamic linker itself. --- hurd/hurd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hurd/hurd.h') diff --git a/hurd/hurd.h b/hurd/hurd.h index 968910fffb..e0ba62eede 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -281,6 +281,10 @@ extern pid_t __task2pid (task_t task), task2pid (task_t task); extern task_t __pid2task (pid_t pid), pid2task (pid_t pid); +/* Return the current thread's thread port. This is a cheap operation (no + system call), but it relies on Hurd signal state being set up. */ +extern thread_t hurd_thread_self (void); + /* Return the io server port for file descriptor FD. This adds a Mach user reference to the returned port. -- cgit v1.2.3