]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Provide a <sys/param.h> with MIN() and MAX()
authorAaron Dierking <aarond@fb.com>
Thu, 14 Jun 2018 18:38:32 +0000 (11:38 -0700)
committerGuillem Jover <guillem@hadrons.org>
Thu, 8 Aug 2019 01:22:09 +0000 (03:22 +0200)
commit480334080262a705bc029d0acb62d49900bfbe3c
treed175b9781220ed762409fa7ec94abfb3d48da6f8
parentf99b8ea52737701820078e9efd59fa75f348878e
Provide a <sys/param.h> with MIN() and MAX()

Windows doesn't provide <sys/param.h>. Several libbsd sources require it
for MIN(), and these are useful non-system-specific macros anyway.

Signed-off-by: Guillem Jover <guillem@hadrons.org>
COPYING
include/Makefile.am
include/bsd/sys/param.h [new file with mode: 0644]