commit | d0be7c8f9a06b3ca8ea7647ea35c8f9dc63f0fe1 | [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:13:33 2013 -0700 |
tree | a17df28516ef00c47859728418e9b7c7ef26c1ba | |
parent | 632fd5183a611b80e009be36f881f572acc41619 [diff] [blame] |
Add futimens. Bug: 10239370 Change-Id: I518340084103dc339ef8a065d4837d6258a1381d
diff --git a/libc/Android.mk b/libc/Android.mk index f353c41..db97a74 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -190,6 +190,7 @@ bionic/eventfd_read.cpp \ bionic/eventfd_write.cpp \ bionic/__fgets_chk.cpp \ + bionic/futimens.cpp \ bionic/getauxval.cpp \ bionic/getcwd.cpp \ bionic/libc_init_common.cpp \