diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-06-12 10:08:24 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-06-12 10:08:24 -0700 |
commit | f6b07b3d48eb1d28d033b2c342a8a5571dca2e18 (patch) | |
tree | b17d612816248611d12d049466a5b524d32f97a0 /sysdeps/x86_64/nptl | |
parent | 45262aeedf2f56dcd3b30e37630ea85bb4f55603 (diff) | |
download | glibc-f6b07b3d48eb1d28d033b2c342a8a5571dca2e18.tar.gz glibc-f6b07b3d48eb1d28d033b2c342a8a5571dca2e18.tar.xz glibc-f6b07b3d48eb1d28d033b2c342a8a5571dca2e18.zip |
Move i386 code out of nptl/ subdirectory.
Diffstat (limited to 'sysdeps/x86_64/nptl')
-rw-r--r-- | sysdeps/x86_64/nptl/pthread_spin_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/nptl/pthread_spin_init.c b/sysdeps/x86_64/nptl/pthread_spin_init.c index 55696204c1..f249c6fef5 100644 --- a/sysdeps/x86_64/nptl/pthread_spin_init.c +++ b/sysdeps/x86_64/nptl/pthread_spin_init.c @@ -1 +1 @@ -#include "../i386/pthread_spin_init.c" +#include <sysdeps/i386/nptl/pthread_spin_init.c> |