Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: sysdeps/nacl/unimpl_syscall.c

Issue 7737022: Change make-syscalls.sh to make syscall interception possible. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sysdeps/nacl/unimpl_syscall.c
diff --git a/sysdeps/nacl/unimpl_syscall.c b/sysdeps/nacl/unimpl_syscall.c
deleted file mode 100644
index 1ed79ee35e3309a51b923bc9404c3c7520a99302..0000000000000000000000000000000000000000
--- a/sysdeps/nacl/unimpl_syscall.c
+++ /dev/null
@@ -1,8 +0,0 @@
-
-#include <errno.h>
-
-int __unimplemented_syscall(const char *name)
-{
- errno = ENOSYS;
- return -1;
-}

Powered by Google App Engine
This is Rietveld 408576698