commit | 840a114eb12773c5af39c0c97675b27aa6dee78c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 08 17:13:33 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 08 17:52:06 2013 -0700 |
tree | 032a162a2248b2fc0be232afc9b9666747a1e5dd | |
parent | 7f4074d17d0e22e5e18e472c7e099490df8efaf2 [diff] [blame] |
Add futimens. (cherry picked from commit d0be7c8f9a06b3ca8ea7647ea35c8f9dc63f0fe1) Bug: 10239370 Change-Id: I0087e85a94d83b6ce68ec6a0768c44cbe4bd0132
diff --git a/libc/Android.mk b/libc/Android.mk index 6e089c5..a6cbf61 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -208,6 +208,7 @@ bionic/__errno.c \ bionic/eventfd_read.cpp \ bionic/eventfd_write.cpp \ + bionic/futimens.cpp \ bionic/getauxval.cpp \ bionic/getcwd.cpp \ bionic/libc_init_common.cpp \