1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Rename libc/time/times.cpp to libc/sys/times/times.cpp.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-05-10 23:50:27 +02:00
parent 3750de1f11
commit 4cb9ccfc4b
2 changed files with 2 additions and 2 deletions

View file

@ -514,6 +514,7 @@ sys/statvfs/statvfs.o \
sys/termmode/gettermmode.o \ sys/termmode/gettermmode.o \
sys/termmode/settermmode.o \ sys/termmode/settermmode.o \
sys/time/gettimeofday.o \ sys/time/gettimeofday.o \
sys/times/times.o \
sys/uio/preadv.o \ sys/uio/preadv.o \
sys/uio/pwritev.o \ sys/uio/pwritev.o \
sys/uio/readv.o \ sys/uio/readv.o \
@ -545,7 +546,6 @@ time/timer_delete.o \
time/timer_getoverrun.o \ time/timer_getoverrun.o \
time/timer_gettime.o \ time/timer_gettime.o \
time/timer_settime.o \ time/timer_settime.o \
time/times.o \
time/tzset.o \ time/tzset.o \
unistd/access.o \ unistd/access.o \
unistd/alarmns.o \ unistd/alarmns.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/>.
time/times.cpp sys/times/times.cpp
Get process execution time statistics. Get process execution time statistics.
*******************************************************************************/ *******************************************************************************/