Move generic smp.h to nptl/

This commit is contained in:
Roland McGrath 2014-06-20 20:22:44 -07:00
parent bd7022c44e
commit dc9a54f800
2 changed files with 4 additions and 1 deletions

View File

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

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