diff options
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r-- | newlib/libc/string/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am index 9b8e6b183..c227bbda9 100644 --- a/newlib/libc/string/Makefile.am +++ b/newlib/libc/string/Makefile.am @@ -46,6 +46,7 @@ GENERAL_SOURCES = \ strxfrm.c \ strstr.c \ swab.c \ + timingsafe_bcmp.c \ u_strerr.c \ wcscat.c \ wcschr.c \ |