From 0f01acb340a0544cb0bc5953e81455c68859946e Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 29 Oct 2015 19:26:05 -0200 Subject: Consolidate Linux close syscall generation This patch consolidates the close Linux syscall generation on sysdeps/unix/sysv/linux/close.c. Checked on i686-linux-gnu, x86_64-linux-gnu, x86_64-linux-gnux32, arch64-linux-gnu, arm-linux-gnueabihf, and powerpc64le-linux-gnu. * nptl/Makefile (CFLAGS-close.c): New flag. * sysdeps/unix/sysv/linux/close.c: New file. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3afbbb506c..cc843be301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-05-10 Adhemerval Zanella + + * nptl/Makefile (CFLAGS-close.c): New flag. + * sysdeps/unix/sysv/linux/close.c: New file. + 2017-05-11 DJ Delorie * MAINTAINERS: New. Points to wiki. -- cgit v1.2.3