Move utime.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 12:52:58 +02:00
parent 03ac25a6e2
commit c4715aef59
2 changed files with 2 additions and 2 deletions

View File

@ -398,7 +398,7 @@ unistd/unlinkat.o \
unistd/unlink.o \
unistd/usleep.o \
unistd/write.o \
utime.o \
utime/utime.o \
vscanf.o \
OBJS=\

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/>.
utime.cpp
utime/utime.cpp
Change file last access and modification times.
*******************************************************************************/