diff options
Diffstat (limited to 'sysdeps/mach/getsysstats.c')
-rw-r--r-- | sysdeps/mach/getsysstats.c | 4 |
1 files changed, 2 insertions, 2 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; |