usterr: do not include unused sys/syscall.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Mar 2012 17:28:38 +0000 (12:28 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Tue, 27 Nov 2012 21:09:41 +0000 (16:09 -0500)
commit cf7b4f7a95b7a4ff78969206944a0ddc77efd6d7 upstream.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
include/usterr-signal-safe.h
include/usterr.h

index 8e2c1cd2413ed748dd781f5d797e56bb52942d13..474bc3c77116dab1c4419adb5b240a3fcfe6211c 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <string.h>
 #include <sys/types.h>
-#include <sys/syscall.h>
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
index c25348d74ce9d8869965c629d15c61d3dcf54950..dc151b0aae2002504422d705966416fe5868f619 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <string.h>
 #include <sys/types.h>
-#include <sys/syscall.h>
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
This page took 0.025828 seconds and 4 git commands to generate.