commit | 965dbc6405aa2c3170270cfc53a8d4416444fddb | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Tue Jul 03 11:45:31 2012 -0700 |
committer | Nick Kralevich <nnk@google.com> | Mon Jul 09 09:57:18 2012 -0700 |
tree | 7764d865c47bc84041f521ac11748ebe986a8871 | |
parent | 2ddf77b37731dff3a271c1312fc0bef2e7d41473 [diff] [blame] |
FORTIFY_SOURCE: add fgets support. Change-Id: I8c3410a90c71a3336c4ac8581618fa9330edf5e3
diff --git a/libc/Android.mk b/libc/Android.mk index 06d36fe..6b1bba4 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -140,6 +140,7 @@ stdio/vsscanf.c \ stdio/wbuf.c \ stdio/wsetup.c \ + stdio/__fgets_chk.c \ stdio/__snprintf_chk.c \ stdio/__sprintf_chk.c \ stdio/__vsnprintf_chk.c \