summaryrefslogtreecommitdiff
path: root/misc/ptrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ptrace.c')
-rw-r--r--misc/ptrace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ptrace.c b/misc/ptrace.c
index 1a97062e27..244f130610 100644
--- a/misc/ptrace.c
+++ b/misc/ptrace.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,7 +19,6 @@
#include <sys/ptrace.h>
#include <sys/types.h>
#include <stdarg.h>
-#include <libc-internal.h>
/* Perform process tracing functions. REQUEST is one of the values
in <sys/ptrace.h>, and determines the action to be taken.