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

Unified Diff: make_sysd_rules.py

Issue 439003002: Add truncate.c to list of nacl files overrides. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make_sysd_rules.py
diff --git a/make_sysd_rules.py b/make_sysd_rules.py
index f9c46481e6d2449058870c16b661542db5aa4202..ee8a5e62fbc3c4ecf23fc31a4ceda333c7267b23 100644
--- a/make_sysd_rules.py
+++ b/make_sysd_rules.py
@@ -149,6 +149,7 @@ override_list = [
"sysdeps/nacl/umount.c",
"sysdeps/nacl/getpid.c",
"sysdeps/nacl/start.c",
+ "sysdeps/nacl/truncate.c",
"sysdeps/posix/libc_fatal.c",
"sysdeps/posix/posix_fallocate.c",
"sysdeps/posix/writev.c",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698