mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Move timespec.h functions into their own directory.
This commit is contained in:
parent
106c269c62
commit
a329235397
3 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ time/asctime_r.o \
|
|||
time/gmtime.o \
|
||||
time/gmtime_r.o \
|
||||
time/mktime.o \
|
||||
timespec.o \
|
||||
timespec/timespec.o \
|
||||
time/strftime.o \
|
||||
time/timegm.o \
|
||||
ungetc.o \
|
||||
|
|
0
libc/sortix/timespec/.gitignore
vendored
Normal file
0
libc/sortix/timespec/.gitignore
vendored
Normal 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/>.
|
||||
|
||||
timespec.cpp
|
||||
timespec/timespec.cpp
|
||||
Utility functions for manipulation of struct timespec.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue