diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-10-02 15:39:00 +0200 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-11-05 15:50:05 -0800 |
commit | 92b10af793da235659198cf38ff2e0237c181058 (patch) | |
tree | 66d35bbe34224575dfbf0fde15ec29e424a87ccc /libc/Android.mk | |
parent | 10093276e98d26428875480c502a278dffe550c7 (diff) | |
download | bionic-92b10af793da235659198cf38ff2e0237c181058.zip bionic-92b10af793da235659198cf38ff2e0237c181058.tar.gz bionic-92b10af793da235659198cf38ff2e0237c181058.tar.bz2 |
Add the BSD sys_signame array.
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'libc/Android.mk')
-rw-r--r-- | libc/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index b68d4f8..506dac5 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -52,6 +52,7 @@ libc_common_src_files := \ unistd/siginterrupt.c \ unistd/siglist.c \ unistd/signal.c \ + unistd/signame.c \ unistd/sigsetmask.c \ unistd/sigsuspend.c \ unistd/sigwait.c \ |