about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/m68k/init-first.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-09-04 14:46:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-09-04 14:46:21 +0000
commit0f4341fbec937b26b34e0ee80ab903825c0c76d0 (patch)
tree5aa15d3f43b938bd227146ef619153222382b6cc /sysdeps/unix/sysv/linux/m68k/init-first.c
parentf834e6dc705c80550acf610d507b3e4cdf19693e (diff)
downloadglibc-0f4341fbec937b26b34e0ee80ab903825c0c76d0.tar.gz
glibc-0f4341fbec937b26b34e0ee80ab903825c0c76d0.tar.xz
glibc-0f4341fbec937b26b34e0ee80ab903825c0c76d0.zip
Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).
It was noted in
<https://sourceware.org/ml/libc-alpha/2012-09/msg00305.html> that the
bits/*.h naming scheme should only be used for installed headers.
This patch renames bits/m68k-vdso.h to plain m68k-vdso.h to follow
that convention.

	[BZ #14912]
	* sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
	* sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
	* sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
	<m68k-vdso.h> instead of <bits/m68k-vdso.h>.
	* sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
	* sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
	* sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k/init-first.c')
-rw-r--r--sysdeps/unix/sysv/linux/m68k/init-first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/init-first.c b/sysdeps/unix/sysv/linux/m68k/init-first.c
index c4e345ad14..248fa1ff52 100644
--- a/sysdeps/unix/sysv/linux/m68k/init-first.c
+++ b/sysdeps/unix/sysv/linux/m68k/init-first.c
@@ -22,7 +22,7 @@
 #ifdef SHARED
 
 #include <dl-vdso.h>
-#include <bits/m68k-vdso.h>
+#include <m68k-vdso.h>
 
 static inline void
 _libc_vdso_platform_setup (void)