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

Unified Diff: src/untrusted/nacl/nacl.scons

Issue 1065963002: Add utime implementation to libnacl (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 8 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: src/untrusted/nacl/nacl.scons
diff --git a/src/untrusted/nacl/nacl.scons b/src/untrusted/nacl/nacl.scons
index dead4a661c878f3b22d450a272c053fb985f74d1..c3950aa6f5c975dd9864babe844d8c77124dff34 100644
--- a/src/untrusted/nacl/nacl.scons
+++ b/src/untrusted/nacl/nacl.scons
@@ -80,6 +80,7 @@ SRCS_NEWLIB_SYSCALL = [
'sysconf.c',
'truncate.c',
'unlink.c',
+ 'utime.c',
'utimes.c',
'write.c',
]
@@ -203,7 +204,6 @@ SRCS_NEWLIB_STUBS = [
'stubs/ttyname.c',
'stubs/ttyname_r.c',
'stubs/umask.c',
- 'stubs/utime.c',
'stubs/vfork.c',
'stubs/wait.c',
'stubs/waitpid.c',

Powered by Google App Engine
This is Rietveld 408576698