diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2008-11-24 20:11:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2008-11-24 20:11:42 +0000 |
commit | b45d16228b32524557e6dadd7dc140124dd3225b (patch) | |
tree | fc7150e9673f02d08268c23a85e89260e3220f8e /newlib/libc/posix/Makefile.am | |
parent | 14773e10a01ea162bb305975a4d439c52a620876 (diff) | |
download | cygnal-b45d16228b32524557e6dadd7dc140124dd3225b.tar.gz cygnal-b45d16228b32524557e6dadd7dc140124dd3225b.tar.bz2 cygnal-b45d16228b32524557e6dadd7dc140124dd3225b.zip |
2008-11-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libc/posix/Makefile.am: Compile readdir_r.c
* libc/posix/Makefile.in: Regenerated.
Diffstat (limited to 'newlib/libc/posix/Makefile.am')
-rw-r--r-- | newlib/libc/posix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/Makefile.am b/newlib/libc/posix/Makefile.am index 7da0872c0..c8c1a1254 100644 --- a/newlib/libc/posix/Makefile.am +++ b/newlib/libc/posix/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS) GENERAL_SOURCES = \ closedir.c collate.c collcmp.c creat.c \ fnmatch.c glob.c _isatty.c isatty.c \ - opendir.c readdir.c readdir.c \ + opendir.c readdir.c readdir_r.c \ regcomp.c regerror.c regexec.c regfree.c \ rewinddir.c sleep.c usleep.c \ telldir.c |