diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-01 18:52:47 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-01 18:52:47 +0200 |
commit | 90bad92e3d0bb06e013c1309e666c48e3d7d94d1 (patch) | |
tree | 3a4f9620122f38442cdce82e0b8335c19f020dbd /common.h | |
parent | Add man page and README (diff) | |
download | sctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.gz sctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.bz2 sctrace-90bad92e3d0bb06e013c1309e666c48e3d7d94d1.tar.xz |
Work on syscall formatters
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -19,11 +19,6 @@ #include <string.h> #include <unistd.h> -/* Constants used in system calls */ -#include <sys/epoll.h> -#include <sys/socket.h> -#include <fcntl.h> - #include "arg.h" #include "list-errnos.h" #include "list-signums.h" |