From f58f41f1f479e299a8e61235934befc014992609 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 2 Jan 2002 09:52:33 +0000 Subject: * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code conditional on [HAVE_AUX_VECTOR]. * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use mach_msg_timeout_t as type of final argument. * hurd/privports.c (__get_privileged_ports): Change host_priv_t to mach_port_t in argument type. * hurd/hurd.h (get_privileged_ports, __get_privileged_ports): Update decls. * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from multiple inclusion. Inhibit #error under [_SYS_UCONTEXT_H]. * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise. * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise. --- mach/mach/mach_traps.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mach') diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 5a702a458e..2d97baa88f 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994,96,97,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,6 +26,7 @@ #define _MACH_MACH_TRAPS_H_ 1 #include +#include /* mach_msg_timeout_t */ #include /* Create and return a new receive right. */ @@ -64,8 +65,10 @@ extern boolean_t __swtch_pri (int priority); milliseconds. If OPTION is SWITCH_OPTION_DEPRESS, then block for TIME milliseconds and depress the thread's priority as done by swtch_pri. If OPTION is SWITCH_OPTION_NONE, ignore TIME. */ -kern_return_t thread_switch (mach_port_t new_thread, int option, int time); -kern_return_t __thread_switch (mach_port_t new_thread, int option, int time); +kern_return_t thread_switch (mach_port_t new_thread, + int option, mach_msg_timeout_t option_time); +kern_return_t __thread_switch (mach_port_t new_thread, + int option, mach_msg_timeout_t option_time); /* Block the current thread until the kernel (or device) event identified by EVENT occurs. */ -- cgit v1.2.3