Added TERMINAL_IDENTIFICATION pieces.

This commit is contained in:
Joel Sherrill
1999-11-16 22:57:32 +00:00
parent 38d65f80d5
commit 0b0441afd8

View File

@@ -48,6 +48,7 @@ MALLOC_C_PIECES = malloc __brk __sbrk
PASSWORD_GROUP_C_PIECES = getpwent getgrent
TERMINAL_IDENTIFICATION = ctermid isatty ttyname ttyname_r
LIBC_GLUE_C_PIECES = __getpid __gettod __times truncate access stat \
lstat pathconf newlibc no_posix no_libc
@@ -59,9 +60,9 @@ UNIX_C_PIECES = $(UNIX_LIBC_C_PIECES) $(BASE_FS_C_PIECES) $(MALLOC_C_PIECES) \
imfs_unixstub
EMBEDDED_C_PIECES = $(LIBC_GLUE_C_PIECES) $(BASE_FS_C_PIECES) \
$(MALLOC_C_PIECES) $(PASSWORD_GROUP_C_PIECES) $(TERMIOS_C_PIECES) \
$(SYSTEM_CALL_C_PIECES) $(DIRECTORY_SCAN_C_PIECES) $(IMFS_C_PIECES) \
$(ERROR_C_PIECES) $(ASSOCIATION_C_PIECES)
$(MALLOC_C_PIECES) $(PASSWORD_GROUP_C_PIECES) $(TERMINAL_IDENTIFICATION) \
$(TERMIOS_C_PIECES) $(SYSTEM_CALL_C_PIECES) $(DIRECTORY_SCAN_C_PIECES) \
$(IMFS_C_PIECES) $(ERROR_C_PIECES) $(ASSOCIATION_C_PIECES)
@UNIX_TRUE@C_PIECES = $(UNIX_C_PIECES)