diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-01 14:12:29 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-01 14:12:29 +0200 |
commit | 7f22b32e6359bb1381fc2336b9ec876036eb72a6 (patch) | |
tree | b4e4797a984789c7bee663655d010126c46e215e /sys/include | |
parent | 0e41e0b7c551d577c22810dcda8cfd9459587a99 (diff) |
isodate in libc? revert every commit for great justice!
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/libc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/include/libc.h b/sys/include/libc.h index a16ab4ef4..833a3f50b 100644 --- a/sys/include/libc.h +++ b/sys/include/libc.h @@ -328,8 +328,6 @@ extern double cputime(void); extern long times(long*); extern long tm2sec(Tm*); extern vlong nsec(void); -extern char* isotime(Tm*); -extern char* isodate(Tm*); extern void cycles(uvlong*); /* 64-bit value of the cycle counter if there is one, 0 if there isn't */ |