diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/system.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/system.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/system.c b/sysdeps/unix/sysv/linux/ia64/system.c index 7ac8afcb8d..498980fc70 100644 --- a/sysdeps/unix/sysv/linux/ia64/system.c +++ b/sysdeps/unix/sysv/linux/ia64/system.c @@ -15,8 +15,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <kernel-features.h> - /* We have to and actually can handle cancelable system(). The big problem: we have to kill the child process if necessary. To do this a cleanup handler has to be registered and is has to be able |