updated to 2.6.13.3-vs2.1.0-rc4 headers
[util-vserver.git] / util-vserver / lib / syscall-legacy.hc
index f05daee..e638242 100644 (file)
 #include <string.h>
 #include <stdlib.h>
 #include <errno.h>
-#include <syscall.h>
 #include <asm/unistd.h>
 #include <stdbool.h>
 
+#include "syscall-wrap.h"
+
 // Here is the trick. We keep a copy of the define, then undef it
 // and then later, we try to locate the value reading /proc/self/status
 // If this fails, we have the old preserved copy.