mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move sys/display.h functions into their own directory.
This commit is contained in:
parent
de36488e63
commit
d6c8dd6983
2 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,6 @@ $(CPUDIR)/signal.o \
|
||||||
$(CPUDIR)/syscall.o \
|
$(CPUDIR)/syscall.o \
|
||||||
dirent/fddir-sortix.o \
|
dirent/fddir-sortix.o \
|
||||||
dirent/scandir.o \
|
dirent/scandir.o \
|
||||||
dispmsg_issue.o \
|
|
||||||
dlfcn.o \
|
dlfcn.o \
|
||||||
errorprint.o \
|
errorprint.o \
|
||||||
fcloseall.o \
|
fcloseall.o \
|
||||||
|
@ -259,6 +258,7 @@ stdlib/on_exit.o \
|
||||||
stdlib/rand.o \
|
stdlib/rand.o \
|
||||||
stdlib/realpath.o \
|
stdlib/realpath.o \
|
||||||
stdlib/system.o \
|
stdlib/system.o \
|
||||||
|
sys/display/dispmsg_issue.o \
|
||||||
sys/socket/accept4.o \
|
sys/socket/accept4.o \
|
||||||
sys/socket/accept.o \
|
sys/socket/accept.o \
|
||||||
sys/socket/bind.o \
|
sys/socket/bind.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/>.
|
||||||
|
|
||||||
dispmsg_issue.cpp
|
sys/display/dispmsg_issue.cpp
|
||||||
Send a message to the display engine.
|
Send a message to the display engine.
|
||||||
|
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
Loading…
Reference in a new issue