From b823b17fa7dc5a15d822a4f31fe8ee846a65cfae Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Wed, 16 Nov 2005 03:36:39 +0000 Subject: Sync with glibc reference tree and changes for uClibc thus far. --- libpthread/nptl/sysdeps/unix/sysv/linux/smp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/smp.h') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/smp.h b/libpthread/nptl/sysdeps/unix/sysv/linux/smp.h index fbe16bacd..41fa97ff4 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/smp.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/smp.h @@ -34,11 +34,7 @@ is_smp_system (void) size_t reslen = sizeof (buf); /* Try reading the number using `sysctl' first. */ -#ifdef __UCLIBC__ if (sysctl ((int *) sysctl_args, -#else - if (__sysctl ((int *) sysctl_args, -#endif sizeof (sysctl_args) / sizeof (sysctl_args[0]), buf, &reslen, NULL, 0) < 0) { -- cgit v1.2.3