diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:22:44 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-20 20:22:44 -0700 |
commit | dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1 (patch) | |
tree | 65e8e02f09b6eb8db7ccb77222e1acdc2318b65f /nptl | |
parent | bd7022c44e078759011c973e12ad40cf3f081b83 (diff) | |
download | glibc-dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1.zip glibc-dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1.tar.gz glibc-dc9a54f800f4785621ebc54d2c26c7b7a6f2e8a1.tar.bz2 |
Move generic smp.h to nptl/
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/smp.h (renamed from nptl/sysdeps/unix/sysv/linux/smp.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/smp.h b/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. |