diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-08 16:28:25 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-08 16:28:25 +0200 |
commit | d458439970caffc3bdebc3c139f29e02b285db55 (patch) | |
tree | a0bde4845187c09f37321e66e0aaec27351423ea /COPYING | |
parent | 20dae518c4abaac33226b5e8ae85d0de1a1b226e (diff) | |
download | mblaze-d458439970caffc3bdebc3c139f29e02b285db55.tar.gz mblaze-d458439970caffc3bdebc3c139f29e02b285db55.tar.xz mblaze-d458439970caffc3bdebc3c139f29e02b285db55.zip |
import and use timegm from musl
It's ridiculous this function is not in the standards.
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COPYING b/COPYING index 5486574..caee955 100644 --- a/COPYING +++ b/COPYING @@ -6,7 +6,7 @@ has waived all copyright and related or neighboring rights to this work. http://creativecommons.org/publicdomain/zero/1.0/ -The files mystrverscmp.c and mymemmem.c +The files mystrverscmp.c and mymemmem.c and mytimegm.c are MIT-licensed and were written by Rich Felker. mpick.c is largely based on code by Christian Neukirchen |