summaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2005-01-18 10:08:52 +0000
committerNeal H. Walfield <neal@gnu.org>2005-01-18 10:08:52 +0000
commitd3b41b2c9ee4ac8a7786a78936bc8d929cc26a80 (patch)
tree981f03d8b2db3286a1ae1fbfc95491bc6b60178c /sysdeps/mach
parenta0cc53efb171fceddc40bae4568cff3e7b17a31b (diff)
libpthread/
2005-01-18 Neal H. Walfield <neal@gnu.org> * sysdeps/mach/hurd/pt-sysdep.h (__pthread_stack_dealloc): Add __always_inline__ attribute. * sysdeps/l4/hurd/pt-sysdep.h (_pthread_self): Likewise. (__attribute__): Likewise.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/hurd/pt-sysdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/pt-sysdep.h b/sysdeps/mach/hurd/pt-sysdep.h
index 18de9c5..83bad96 100644
--- a/sysdeps/mach/hurd/pt-sysdep.h
+++ b/sysdeps/mach/hurd/pt-sysdep.h
@@ -53,6 +53,7 @@
})
extern inline void
+__attribute__((__always_inline__))
__pthread_stack_dealloc (void *stackaddr, size_t stacksize)
{
__vm_deallocate (__mach_task_self (), (vm_offset_t) stackaddr, stacksize);