Move timespec.h functions into their own directory.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-06-25 15:27:48 +02:00
parent 106c269c62
commit a329235397
3 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ time/asctime_r.o \
time/gmtime.o \ time/gmtime.o \
time/gmtime_r.o \ time/gmtime_r.o \
time/mktime.o \ time/mktime.o \
timespec.o \ timespec/timespec.o \
time/strftime.o \ time/strftime.o \
time/timegm.o \ time/timegm.o \
ungetc.o \ ungetc.o \

0
libc/sortix/timespec/.gitignore vendored Normal file
View File

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/>.
timespec.cpp timespec/timespec.cpp
Utility functions for manipulation of struct timespec. Utility functions for manipulation of struct timespec.
*******************************************************************************/ *******************************************************************************/