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 /ChangeLog | |
parent | 426c52791a55674af144a8122be2847df625594c (diff) | |
download | glibc-5017b2c845c235542b3101b9cf648f72b9f6ed3e.tar glibc-5017b2c845c235542b3101b9cf648f72b9f6ed3e.tar.gz glibc-5017b2c845c235542b3101b9cf648f72b9f6ed3e.tar.bz2 glibc-5017b2c845c235542b3101b9cf648f72b9f6ed3e.zip |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2001-04-19 Roland McGrath <roland@frob.com> + * 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. + * hurd/hurdsig.c (write_corefile): Check RLIMIT_CORE limit and do nothing if it's zero. |