From: Joseph Myers Date: Thu, 26 Apr 2012 18:44:38 +0000 (+0000) Subject: Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/. X-Git-Tag: glibc-2.16-tps~543 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7143acae9f38a1c1ba2df09a610d99632fc2348b;p=thirdparty%2Fglibc.git Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/. --- diff --git a/ChangeLog b/ChangeLog index ea4cb58bc5c..dce70e0cd2a 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