commit | 09c39d6df0e952620f8c1751377b559a04e023aa | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 19 14:30:30 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Aug 19 14:30:30 2014 -0700 |
tree | 1ca25e04d3ed7ebea1dde6f4d3baaeee9526c0e5 | |
parent | c5d6df6f2fe57fd5aadbd9ebb131023234c30a0c [diff] [blame] |
Implement the GNU basename(3) in addition to the POSIX one. Code like perf(1) needs this. Bug: 11860789 Change-Id: I907eb448052a7b165e4012d74303330d32328cb2
diff --git a/libc/Android.mk b/libc/Android.mk index ca22bbc..937f741 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -122,6 +122,7 @@ bionic/getpgrp.cpp \ bionic/getpid.cpp \ bionic/gettid.cpp \ + bionic/__gnu_basename.cpp \ bionic/inotify_init.cpp \ bionic/lchown.cpp \ bionic/lfs64_support.cpp \