Last active
August 29, 2015 14:14
-
-
Save vtolstov/6e161cefdf272ae64e6a to your computer and use it in GitHub Desktop.
sydbox 1.0.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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