diff options
author | Roland McGrath <roland@gnu.org> | 2001-04-19 22:53:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-04-19 22:53:58 +0000 |
commit | 5017b2c845c235542b3101b9cf648f72b9f6ed3e (patch) | |
tree | a0ff7d3eb2602ba4f969295acefd2a0150f23d83 /hurd/hurd.h | |
parent | 426c52791a55674af144a8122be2847df625594c (diff) | |
download | glibc-5017b2c845c235542b3101b9cf648f72b9f6ed3e.tar.gz |
* hurd/privports.c (__get_privileged_ports): Renamed with __.
Use __ names for calls we make.
(get_privileged_ports): Add alias.
* hurd/hurd.h: Declare it with the __ name.
* sysdeps/mach/hurd/reboot.c (reboot): Use __get_privileged_ports.
* sysdeps/mach/hurd/adjtime.c (__adjtime): Likewise.
* sysdeps/mach/hurd/settimeofday.c (__settimeofday): Likewise.
Diffstat (limited to 'hurd/hurd.h')
-rw-r--r-- | hurd/hurd.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/hurd.h b/hurd/hurd.h index e9c2db8152..85ea4329db 100644 --- a/hurd/hurd.h +++ b/hurd/hurd.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993,94,95,96,97,98,99 Free Software Foundation, Inc. +/* Copyright (C) 1993,94,95,96,97,98,99,2001 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 @@ -292,6 +292,8 @@ extern error_t hurd_sig_post (pid_t pid, int sig, mach_port_t refport); other than the proc server (such as a bootstrap filesystem) can set these variables to install the ports. */ +extern kern_return_t __get_privileged_ports (host_priv_t *host_priv_ptr, + device_t *device_master_ptr); extern kern_return_t get_privileged_ports (host_priv_t *host_priv_ptr, device_t *device_master_ptr); extern mach_port_t _hurd_host_priv, _hurd_device_master; |