]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Move generic smp.h to nptl/
authorRoland McGrath <roland@hack.frob.com>
Sat, 21 Jun 2014 03:22:44 +0000 (20:22 -0700)
committerRoland McGrath <roland@hack.frob.com>
Sat, 21 Jun 2014 03:22:44 +0000 (20:22 -0700)
ChangeLog
nptl/smp.h [moved from nptl/sysdeps/unix/sysv/linux/smp.h with 94% similarity]

index b07decc96cc1dbdf3827cfefd5c6905320b7a465..047fa62b229f65e75b7bed49357d6e66c5fc6b5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-20  Roland McGrath  <roland@hack.frob.com>
 
+       * 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.
similarity index 94%
rename from nptl/sysdeps/unix/sysv/linux/smp.h
rename to nptl/smp.h
index dda5c35d10cfb31f4537794b25eced6a707ee5e5..bd734b113ab141d10c4f33d73f516c8a80dfe0ab 100644 (file)
@@ -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.