mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
*** 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.
This commit is contained in:
parent
e320cbc913
commit
d8766439cb
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
Sun Sep 22 15:18:41 1996 Ulrich Drepper <drepper@cygnus.com>
|
Sun Sep 22 15:18:41 1996 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/init-first.c: Define dummy function
|
* sysdeps/unix/sysv/linux/init-first.c: Define dummy function
|
||||||
|
@ -73,7 +73,7 @@ include ../Rules
|
|||||||
# from $(subdirs), and this rule arranges for the header in question
|
# from $(subdirs), and this rule arranges for the header in question
|
||||||
# to get installed.
|
# to get installed.
|
||||||
install-headers-nosubdir: $(includedir)/rpc/netdb.h
|
install-headers-nosubdir: $(includedir)/rpc/netdb.h
|
||||||
$(includedir)/rpc/netdb.h: $(top_srcdir)/sunrpc/rpc/netdb.h
|
$(includedir)/rpc/netdb.h: $(..)sunrpc/rpc/netdb.h
|
||||||
$(do-install)
|
$(do-install)
|
||||||
|
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
/* Return the number of processors configured on the system. */
|
/* Return the number of processors configured on the system. */
|
||||||
int
|
int
|
||||||
__get_nproc_conf ()
|
__get_nprocs_conf ()
|
||||||
{
|
{
|
||||||
struct host_basic_info hbi;
|
struct host_basic_info hbi;
|
||||||
kern_return_t err;
|
kern_return_t err;
|
||||||
@ -42,7 +42,7 @@ __get_nproc_conf ()
|
|||||||
|
|
||||||
/* Return the number of processors currently available on the system. */
|
/* Return the number of processors currently available on the system. */
|
||||||
int
|
int
|
||||||
__get_nproc ()
|
__get_nprocs ()
|
||||||
{
|
{
|
||||||
struct host_basic_info hbi;
|
struct host_basic_info hbi;
|
||||||
kern_return_t err;
|
kern_return_t err;
|
||||||
|
@ -18,10 +18,6 @@
|
|||||||
|
|
||||||
ifdef in-Makerules
|
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
|
subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs
|
||||||
# See hurd/Makefile for commands that install some crucial sunrpc headers.
|
# See hurd/Makefile for commands that install some crucial sunrpc headers.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user