about summary refs log tree commit diff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-23 21:51:36 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-23 21:51:36 +0000
commitd8766439cbac0f6208a52416824e7c0b03298e89 (patch)
tree9b6cd768f7844f01e8d2500c2563557db1c33e36 /sysdeps/mach
parente320cbc913f2d70b3f68ba1005c02fb76adc4245 (diff)
downloadglibc-d8766439cbac0f6208a52416824e7c0b03298e89.tar.gz
glibc-d8766439cbac0f6208a52416824e7c0b03298e89.tar.xz
glibc-d8766439cbac0f6208a52416824e7c0b03298e89.zip
*** empty log message ***
Mon Sep 23 15:31:04 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* hurd/Makefile ($(includedir)/rpc/netdb.h): There is no make
	variable `top_srcdir' in libc; use $(..) instead.

	* sysdeps/mach/hurd/Makefile (rtld-installed-name): Delete special
	definition.  It was a *Mistake*.  (With a capital M.)

	* sysdeps/mach/getsysstats.c (__get_nprocs): Renamed from
	__get_nproc.
	(__get_nprocs_conf): Renamed from __get_nproc_conf.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/getsysstats.c4
-rw-r--r--sysdeps/mach/hurd/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/sysdeps/mach/getsysstats.c b/sysdeps/mach/getsysstats.c
index cd72e734ae..4d1f671c78 100644
--- a/sysdeps/mach/getsysstats.c
+++ b/sysdeps/mach/getsysstats.c
@@ -25,7 +25,7 @@ Cambridge, MA 02139, USA.  */
 
 /* Return the number of processors configured on the system. */
 int
-__get_nproc_conf ()
+__get_nprocs_conf ()
 {
   struct host_basic_info hbi;
   kern_return_t err;
@@ -42,7 +42,7 @@ __get_nproc_conf ()
 
 /* Return the number of processors currently available on the system. */
 int
-__get_nproc ()
+__get_nprocs ()
 {
   struct host_basic_info hbi;
   kern_return_t err;
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index fa2f66ac5f..74ceb2e6e1 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -18,10 +18,6 @@
 
 ifdef in-Makerules
 
-# This should be in a more global place, because the problem it solves
-# is universal, but this is good enough for here.
-rtld-installed-name := ld.so$(libc.so-version)
-
 subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs
 # See hurd/Makefile for commands that install some crucial sunrpc headers.