From 7143acae9f38a1c1ba2df09a610d99632fc2348b Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 26 Apr 2012 18:44:38 +0000 Subject: [PATCH] Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/. --- ChangeLog | 3 +++ sysdeps/unix/{common => sysv/linux}/tcsendbrk.c | 0 2 files changed, 3 insertions(+) rename sysdeps/unix/{common => sysv/linux}/tcsendbrk.c (100%) 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