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

Unified Diff: sysdeps/nacl/unsupported/call_fallocate.S

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: base => name 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
« no previous file with comments | « sysdeps/nacl/unimpl_syscall.c ('k') | sysdeps/nacl/unsupported/call_pselect6.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/unsupported/call_fallocate.S
diff --git a/sysdeps/nacl/unsupported/call_fallocate.S b/sysdeps/nacl/unsupported/call_fallocate.S
new file mode 100644
index 0000000000000000000000000000000000000000..bac46b31bb2d75e9de69e643d514b934f064b911
--- /dev/null
+++ b/sysdeps/nacl/unsupported/call_fallocate.S
@@ -0,0 +1,2 @@
+/* We implement fallocate in posix_fallocate.c and we don't need
+ __call_fallocate since IRT implements C interface anyway. */
« no previous file with comments | « sysdeps/nacl/unimpl_syscall.c ('k') | sysdeps/nacl/unsupported/call_pselect6.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698