This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.19-630-gdc9a54f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1 (commit)
      from  bd7022c44e078759011c973e12ad40cf3f081b83 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1

commit dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jun 20 20:22:44 2014 -0700

    Move generic smp.h to nptl/

diff --git a/ChangeLog b/ChangeLog
index b07decc..047fa62 100644
--- 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.
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.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                |    3 +++
 nptl/{sysdeps/unix/sysv/linux => }/smp.h |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
 rename nptl/{sysdeps/unix/sysv/linux => }/smp.h (94%)


hooks/post-receive
-- 
GNU C Library master sources


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