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

View File

@ -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 <http://www.gnu.org/licenses/>.
time/times.cpp
sys/times/times.cpp
Get process execution time statistics.
*******************************************************************************/