* sysdeps/mach/hurd/times.c: Fix typo in last change.
authorRoland McGrath <roland@gnu.org>
Tue, 19 Feb 2002 00:22:30 +0000 (00:22 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 19 Feb 2002 00:22:30 +0000 (00:22 +0000)
commit3a2832a07f0b5b72d457c788e2268232f22a1a67
tree8e9f55d68d02df8bf654a1f4f74dfea987025654
parent21297437bb37c5f1aedb615fd41e93efc12f556a
* sysdeps/mach/hurd/times.c: Fix typo in last change.

* sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
Use task_policy in place of task_priority.

* sysdeps/generic/bits/mman.h
(MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
* sysdeps/mach/msync.c: New file.

* sysdeps/mach/powerpc/syscall.S: New file.

* mach/msg.c [MACH_MSG_OVERWRITE]
(__mach_msg_trap, __mach_msg_overwrite): New functions.
* mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.

* sysdeps/mach/configure.in: Check for clock.defs to put into
mach_interface_list.
* sysdeps/mach/configure: Regenerated.

* mach/Makefile (mach-machine): New variable, set from $(base-machine).
($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
(mach-shortcuts): Add device_read_overwrite_request,
device_read_overwrite, vm_read_overwrite, thread_switch.

* configure.in (base_machine): Set to $machine by default.
* configure: Regenerated.
14 files changed:
ChangeLog
bits/mman.h
configure
configure.in
mach/Makefile
mach/Versions
mach/msg.c
sysdeps/generic/bits/mman.h
sysdeps/mach/configure
sysdeps/mach/configure.in
sysdeps/mach/hurd/setpriority.c
sysdeps/mach/hurd/times.c
sysdeps/mach/msync.c [new file with mode: 0644]
sysdeps/mach/powerpc/syscall.S [new file with mode: 0644]