diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-14 22:54:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-10-14 22:54:08 +0000 |
commit | 805729e206b7586c57483aa0f4a90f7e0e2c9661 (patch) | |
tree | 4d4afb75b73cd11c953853faa48dc4cc7f236380 /src/libstddjb/leapsecs_here.c | |
parent | 2e0421fc58922697f2bb51c428599fbd44055556 (diff) | |
download | skalibs-805729e206b7586c57483aa0f4a90f7e0e2c9661.tar.xz |
- Remove /etc/leapsecs.datv2.3.8.0
- Publish tools to create the leap second table as a .c
- Simplify functions using leap seconds
- rc for 2.3.8.0
Diffstat (limited to 'src/libstddjb/leapsecs_here.c')
-rw-r--r-- | src/libstddjb/leapsecs_here.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstddjb/leapsecs_here.c b/src/libstddjb/leapsecs_here.c deleted file mode 100644 index 3ecdfd1..0000000 --- a/src/libstddjb/leapsecs_here.c +++ /dev/null @@ -1,9 +0,0 @@ -/* ISC license. */ - -/* MT-unsafe */ - -#include <skalibs/uint64.h> -#include "djbtime-internal.h" - -static uint64 leapsecs_here_tab[LEAPSECS_MAX+1] ; -uint64 *leapsecs_here = leapsecs_here_tab ; |