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

Unified Diff: native_client_sdk/src/libraries/nacl_io/library.dsc

Issue 565343002: [NaCl SDK] nacl_io: Plumb through {,f}utime{,s} (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 6 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: native_client_sdk/src/libraries/nacl_io/library.dsc
diff --git a/native_client_sdk/src/libraries/nacl_io/library.dsc b/native_client_sdk/src/libraries/nacl_io/library.dsc
index f3f64c866d7666c80a441f485acf6d55a39c182d..9493dfb21cd192293a043b54778af6c35755aa14 100644
--- a/native_client_sdk/src/libraries/nacl_io/library.dsc
+++ b/native_client_sdk/src/libraries/nacl_io/library.dsc
@@ -75,6 +75,7 @@
"syscalls/fchown.c",
"syscalls/fcntl.c",
"syscalls/ftruncate.c",
+ "syscalls/futimes.c",
"syscalls/getcwd.c",
"syscalls/getwd.c",
"syscalls/ioctl.c",
@@ -232,7 +233,9 @@
"sys/signal.h",
"sys/socket.h",
"sys/termios.h",
+ "sys/time.h",
"sys/utsname.h",
+ "utime.h",
],
'DEST': 'include/newlib',
},
@@ -251,7 +254,9 @@
"sys/select.h",
"sys/socket.h",
"sys/termios.h",
+ "sys/time.h",
"sys/utsname.h",
+ "utime.h",
],
'DEST': 'include/pnacl',
},
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc ('k') | native_client_sdk/src/libraries/nacl_io/node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698