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

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

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
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.gyp
diff --git a/src/untrusted/nacl/nacl.gyp b/src/untrusted/nacl/nacl.gyp
index b0bf4aadb56cfb2e9045213eeb91c5bc9f4d5066..1ca8faca4654377428c7a4c83238590ce666be28 100644
--- a/src/untrusted/nacl/nacl.gyp
+++ b/src/untrusted/nacl/nacl.gyp
@@ -75,6 +75,7 @@
'tls.c',
'truncate.c',
'unlink.c',
+ 'utime.c',
'utimes.c',
'write.c',
],
@@ -197,7 +198,6 @@
'stubs/ttyname.c',
'stubs/ttyname_r.c',
'stubs/umask.c',
- 'stubs/utime.c',
'stubs/vfork.c',
'stubs/wait.c',
'stubs/waitpid.c',
« no previous file with comments | « src/untrusted/nacl/BUILD.gn ('k') | src/untrusted/nacl/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698