mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/termmode.h functions into their own directory.
This commit is contained in:
parent
59b28682b4
commit
de36488e63
3 changed files with 4 additions and 4 deletions
|
@ -196,7 +196,6 @@ fsmarshall/fsm_mkserver.o \
|
||||||
fsmarshall/fsm_recv.o \
|
fsmarshall/fsm_recv.o \
|
||||||
fsmarshall/fsm_send.o \
|
fsmarshall/fsm_send.o \
|
||||||
getc.o \
|
getc.o \
|
||||||
gettermmode.o \
|
|
||||||
grp/grent.o \
|
grp/grent.o \
|
||||||
init.o \
|
init.o \
|
||||||
ioctl.o \
|
ioctl.o \
|
||||||
|
@ -240,7 +239,6 @@ renameat.o \
|
||||||
rename.o \
|
rename.o \
|
||||||
scanf.o \
|
scanf.o \
|
||||||
select.o \
|
select.o \
|
||||||
settermmode.o \
|
|
||||||
signal/kill.o \
|
signal/kill.o \
|
||||||
signal/psignal.o \
|
signal/psignal.o \
|
||||||
signal/raise.o \
|
signal/raise.o \
|
||||||
|
@ -293,6 +291,8 @@ sys/stat/stat.o \
|
||||||
sys/stat/umask.o \
|
sys/stat/umask.o \
|
||||||
sys/stat/utimensat.o \
|
sys/stat/utimensat.o \
|
||||||
sys/stat/utimens.o \
|
sys/stat/utimens.o \
|
||||||
|
sys/termmode/gettermmode.o \
|
||||||
|
sys/termmode/settermmode.o \
|
||||||
sys/time/gettimeofday.o \
|
sys/time/gettimeofday.o \
|
||||||
sys/uio/preadv.o \
|
sys/uio/preadv.o \
|
||||||
sys/uio/pwritev.o \
|
sys/uio/pwritev.o \
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
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/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
gettermmode.cpp
|
sys/termmode/gettermmode.cpp
|
||||||
Gets the terminal modes.
|
Gets the terminal modes.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
|
@ -17,7 +17,7 @@
|
||||||
You should have received a copy of the GNU Lesser General Public License
|
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/>.
|
along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
settermmode.cpp
|
sys/termmode/settermmode.cpp
|
||||||
Sets the terminal modes.
|
Sets the terminal modes.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Add table
Reference in a new issue