This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED PATCH] Move generic smp.h to nptl/


Verified on x86_64-linux-gnu and i686-linux-gnu that no code changes.

	* nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
	* nptl/smp.h: ... here.

--- 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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]