]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Import <sys/time.h> for some of its macros
authorGuillem Jover <guillem@hadrons.org>
Mon, 5 Jun 2017 03:43:26 +0000 (05:43 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 19 Jun 2017 01:17:21 +0000 (03:17 +0200)
commit0071b97958b48fff4fa629876f92790ab3511f7e
tree343f5f096579ed7f9764d6857d496d3cecee9eae
parentcdbb9d0555b36935aba0353caab0b97acb95614c
Import <sys/time.h> for some of its macros

Fixes: https://bugs.freedesktop.org/94320
18 files changed:
COPYING
include/Makefile.am
include/bsd/sys/time.h [new file with mode: 0644]
man/Makefile.am
man/TIMESPEC_TO_TIMEVAL.3bsd [new file with mode: 0644]
man/TIMEVAL_TO_TIMESPEC.3bsd [new file with mode: 0644]
man/libbsd.7
man/timeradd.3bsd [new file with mode: 0644]
man/timerclear.3bsd [new file with mode: 0644]
man/timercmp.3bsd [new file with mode: 0644]
man/timerisset.3bsd [new file with mode: 0644]
man/timersub.3bsd [new file with mode: 0644]
man/timespecadd.3bsd [new file with mode: 0644]
man/timespecclear.3bsd [new file with mode: 0644]
man/timespeccmp.3bsd [new file with mode: 0644]
man/timespecisset.3bsd [new file with mode: 0644]
man/timespecsub.3bsd [new file with mode: 0644]
man/timeval.3bsd [new file with mode: 0644]