From dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 20 Jun 2014 20:22:44 -0700 Subject: [PATCH] Move generic smp.h to nptl/ --- ChangeLog | 3 +++ nptl/{sysdeps/unix/sysv/linux => }/smp.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename nptl/{sysdeps/unix/sysv/linux => }/smp.h (94%) diff --git a/ChangeLog b/ChangeLog index b07decc..047fa62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-06-20 Roland McGrath + * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ... + * nptl/smp.h: ... here. + * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed. * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros. diff --git a/nptl/sysdeps/unix/sysv/linux/smp.h b/nptl/smp.h similarity index 94% rename from nptl/sysdeps/unix/sysv/linux/smp.h rename to nptl/smp.h index dda5c35..bd734b1 100644 --- a/nptl/sysdeps/unix/sysv/linux/smp.h +++ b/nptl/smp.h @@ -1,4 +1,4 @@ -/* Determine whether the host has multiple processors. Linux version. +/* Determine whether the host has multiple processors. Stub version. Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. -- 2.7.4