summaryrefslogtreecommitdiff
path: root/sysdeps/l4/hurd/pt-thread-start.c
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2007-12-23 14:39:42 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-04-07 23:11:45 +0200
commitb9ef8522bdb2b64bb5c5c73afe3dd17ba74e9d72 (patch)
treef08bb5e705d77a4a5a80308b18f306ec4a3f0dc6 /sysdeps/l4/hurd/pt-thread-start.c
parent7d83f98545fac33bcdb6e42914da1d9f2548d522 (diff)
2007-12-23 Neal H. Walfield <neal@gnu.org>
* Makefile.am (AM_CPPFLAGS): Add "-std=gnu99 -Wall -g -O3". * sysdeps/l4/pt-block.c (__pthread_block): Remove unused variable err. * pthread/pt-join.c (pthread_join): Cast argument to pthread_cleanup_push to avoid warning.
Diffstat (limited to 'sysdeps/l4/hurd/pt-thread-start.c')
-rw-r--r--sysdeps/l4/hurd/pt-thread-start.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/l4/hurd/pt-thread-start.c b/sysdeps/l4/hurd/pt-thread-start.c
index f2d7ef59..131f59d6 100644
--- a/sysdeps/l4/hurd/pt-thread-start.c
+++ b/sysdeps/l4/hurd/pt-thread-start.c
@@ -43,8 +43,8 @@ __pthread_thread_start (struct __pthread *thread)
struct hurd_thread_exregs_out out;
in.aspace = ADDR (0, 0);
- in.aspace_addr_trans = CAP_ADDR_TRANS_VOID;
- in.aspace_addr_trans_flags = CAP_COPY_COPY_SOURCE_GUARD;
+ in.aspace_cap_properties = CAP_PROPERTIES_VOID;
+ in.aspace_cap_properties_flags = CAP_COPY_COPY_SOURCE_GUARD;
in.activity = ADDR_VOID;