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

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 12:49:10 +02:00
parent de36488e63
commit d6c8dd6983
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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.
*******************************************************************************/ *******************************************************************************/