From 4cb9ccfc4bbcf4e6ae197c809ec0a2a4b6d6d56b Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sun, 10 May 2015 23:50:27 +0200 Subject: [PATCH] Rename libc/time/times.cpp to libc/sys/times/times.cpp. --- libc/Makefile | 2 +- libc/{time => sys/times}/times.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename libc/{time => sys/times}/times.cpp (99%) diff --git a/libc/Makefile b/libc/Makefile index 3bdd12d7..5e33918e 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -514,6 +514,7 @@ sys/statvfs/statvfs.o \ sys/termmode/gettermmode.o \ sys/termmode/settermmode.o \ sys/time/gettimeofday.o \ +sys/times/times.o \ sys/uio/preadv.o \ sys/uio/pwritev.o \ sys/uio/readv.o \ @@ -545,7 +546,6 @@ time/timer_delete.o \ time/timer_getoverrun.o \ time/timer_gettime.o \ time/timer_settime.o \ -time/times.o \ time/tzset.o \ unistd/access.o \ unistd/alarmns.o \ diff --git a/libc/time/times.cpp b/libc/sys/times/times.cpp similarity index 99% rename from libc/time/times.cpp rename to libc/sys/times/times.cpp index 91fd5c50..3ffd39ba 100644 --- a/libc/time/times.cpp +++ b/libc/sys/times/times.cpp @@ -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 . - time/times.cpp + sys/times/times.cpp Get process execution time statistics. *******************************************************************************/