diff options
Diffstat (limited to 'newlib/libc/reent/Makefile.am')
-rw-r--r-- | newlib/libc/reent/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/libc/reent/Makefile.am b/newlib/libc/reent/Makefile.am index 0d21285a1..e61153c68 100644 --- a/newlib/libc/reent/Makefile.am +++ b/newlib/libc/reent/Makefile.am @@ -8,11 +8,13 @@ if HAVE_STDIO64_DIR STDIO64_SOURCES = \ fstat64r.c \ lseek64r.c \ + stat64r.c \ open64r.c STDIO64_DEFS = \ fstat64r.def \ lseek64r.def \ + stat64r.def \ open64r.def endif |