diff --git a/ChangeLog b/ChangeLog index ea4cb58bc5..dce70e0cd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-04-26 Joseph Myers + * sysdeps/unix/common/tcsendbrk.c: Move to ... + * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here. + * configure.in (arm*-none*): Do not allow without --enable-hacker-mode. (netbsd*): Remove case setting base_os. diff --git a/sysdeps/unix/common/tcsendbrk.c b/sysdeps/unix/sysv/linux/tcsendbrk.c similarity index 100% rename from sysdeps/unix/common/tcsendbrk.c rename to sysdeps/unix/sysv/linux/tcsendbrk.c