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. --- nptl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index 6d48c0cfc8..8251ac4d69 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -213,6 +213,7 @@ CFLAGS-connect.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-recvmsg.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-sendmsg.c = -fexceptions -fasynchronous-unwind-tables +CFLAGS-close.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-pt-system.c = -fexceptions -- cgit 1.4.1