commit | 38e4aefe6c7804d809cfe9e05619ac1a6935e565 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 18 10:21:29 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Jan 19 14:53:55 2018 -0800 |
tree | 162d29d0e7128f5e7fdf59bb6ad072cc57d79d0a | |
parent | 0d63a3c233040af004cc470d5f76547f3adc0148 [diff] [blame] |
Support %mc/%ms/%m[ in sscanf. Also support the "long" (wchar_t) variants. Bug: http://b/68672236 Test: ran tests Change-Id: I060e98b4d2feb61e12986d9d51e4710b2b1d9724
diff --git a/libc/Android.bp b/libc/Android.bp index 3ff5c03..bd6b574 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -18,7 +18,7 @@ "stdio/refill.c", "stdio/stdio.cpp", "stdio/stdio_ext.cpp", - "stdio/vfscanf.c", + "stdio/vfscanf.cpp", "stdio/vfwscanf.c", "stdlib/exit.c", ]