This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[COMMITTED PATCH] Move generic smp.h to nptl/
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Fri, 20 Jun 2014 20:23:44 -0700 (PDT)
- Subject: [COMMITTED PATCH] Move generic smp.h to nptl/
- Authentication-results: sourceware.org; auth=none
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.