aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/unix/Makefile.am
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-02-23 23:42:03 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-02-23 23:42:03 +0000
commit02b20a23114a743022b3cfac023b3a6eb8fdd072 (patch)
tree6f187f408c655260c36cf6a048a50ac4c00659e9 /newlib/libc/unix/Makefile.am
parent8ec5da1ff6c169f34f9d85d98129814fb40dd4f8 (diff)
downloadnewlib-02b20a23114a743022b3cfac023b3a6eb8fdd072.zip
newlib-02b20a23114a743022b3cfac023b3a6eb8fdd072.tar.gz
newlib-02b20a23114a743022b3cfac023b3a6eb8fdd072.tar.bz2
2009-02-23 Craig Howland <howland@LGSInnovations.com>
* libc/unix/ttyname.c: Remove ttyname_r() (to a new file to avoid coupling ttyname_r() and ttyname() due to the latter's large buffer). * libc/unix/ttyname_r.c: New file to hold ttyname_r(), previously in ttyname.c. * libc/unix/ttyname.h: New file (common size definition for the 2 ttyname*c files that are now split). * libc/unix/Makefile.am (ELIX_2_SOURCES): Add ttyname_r.c. * libc/unix/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/libc/unix/Makefile.am')
-rw-r--r--newlib/libc/unix/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/unix/Makefile.am b/newlib/libc/unix/Makefile.am
index f44d89a..270f994 100644
--- a/newlib/libc/unix/Makefile.am
+++ b/newlib/libc/unix/Makefile.am
@@ -12,7 +12,8 @@ GENERAL_SOURCES = \
## Distinguish different EL/IX level interfaces
ELIX_2_SOURCES = \
- ttyname.c
+ ttyname.c \
+ ttyname_r.c
ELIX_4_SOURCES = \
basename.c \