Move sys/termmode.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 12:45:17 +02:00
parent 59b28682b4
commit de36488e63
3 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,6 @@ fsmarshall/fsm_mkserver.o \
fsmarshall/fsm_recv.o \
fsmarshall/fsm_send.o \
getc.o \
gettermmode.o \
grp/grent.o \
init.o \
ioctl.o \
@ -240,7 +239,6 @@ renameat.o \
rename.o \
scanf.o \
select.o \
settermmode.o \
signal/kill.o \
signal/psignal.o \
signal/raise.o \
@ -293,6 +291,8 @@ sys/stat/stat.o \
sys/stat/umask.o \
sys/stat/utimensat.o \
sys/stat/utimens.o \
sys/termmode/gettermmode.o \
sys/termmode/settermmode.o \
sys/time/gettimeofday.o \
sys/uio/preadv.o \
sys/uio/pwritev.o \

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
gettermmode.cpp
sys/termmode/gettermmode.cpp
Gets the terminal modes.
*******************************************************************************/

View File

@ -17,7 +17,7 @@
You should have received a copy of the GNU Lesser General Public License
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
settermmode.cpp
sys/termmode/settermmode.cpp
Sets the terminal modes.
*******************************************************************************/