about summary refs log tree commit diff
path: root/sysdeps/nacl/brk.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/brk.c')
-rw-r--r--sysdeps/nacl/brk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/nacl/brk.c b/sysdeps/nacl/brk.c
index 15e0c4fdfe..c96c66f3b8 100644
--- a/sysdeps/nacl/brk.c
+++ b/sysdeps/nacl/brk.c
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
-#include <libc-internal.h>
 #include <stdint.h>
 #include <sys/mman.h>
 #include <sys/param.h>