Skip to content

Instantly share code, notes, and snippets.

@vtolstov
Last active August 29, 2015 14:14
Show Gist options
  • Save vtolstov/6e161cefdf272ae64e6a to your computer and use it in GitHub Desktop.
Save vtolstov/6e161cefdf272ae64e6a to your computer and use it in GitHub Desktop.
sydbox 1.0.0
--- a/src/syscall-special.c 2015-02-04 13:09:13.091054000 +0300
+++ b/src/syscall-special.c 2015-02-04 13:05:07.034054000 +0300
@@ -29,7 +29,7 @@
#include <fcntl.h>
#include <sys/stat.h>
#if PINK_ARCH_X86_64
-# define __i386__
+//# define __i386__
# define stat kernel_stat
# define stat64 kernel_stat64
# define __old_kernel_stat stat32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment