summaryrefslogtreecommitdiffstats
path: root/posixtz.c
Commit message (Collapse)AuthorAgeFilesLines
* fix implicit declaration warnings by including string.h and unistd.hHEADmasterSören Tempel2018-03-271-0/+2
| | | | | string.h is needed for strncmp(3) and unistd.h is needed for read(3), close(3) and lseek(3).
* posixtz: ensure the file offset we pass to lseek is off_tWilliam Pitcock2018-03-271-1/+1
| | | | | on 32-bit systems, sizeof(off_t) is 4, on 64-bit sizeof(off_t) is 8 causing a word masking issue.
* initial commitNatanael Copa2011-03-151-0/+67