History log of /seL4-test-master/projects/musllibc/include/sys/param.h
Revision Date Author Comments
# 4b8f94c2 20-Oct-2016 Rich Felker <dalias@aerifal.cx>

fix misspelling of a legacy macro name in sys/param.h


# bfb29b66 09-May-2012 Rich Felker <dalias@aerifal.cx>

fix missing parens in bit op macros (param.h)


# 2e41887f 10-May-2012 Rich Felker <dalias@aerifal.cx>

and another bug in setbit, etc. macros..


# e0ff0d34 10-May-2012 Rich Felker <dalias@aerifal.cx>

fix typo in sys/param.h that broke setbit, etc. macros

this is all junk, but some programs use it.


# ba6a9e77 17-Apr-2012 Rich Felker <dalias@aerifal.cx>

legacy junk compatibility grab-bag

- add the rest of the junk traditionally in sys/param.h
- add prototypes for some nonstandard functions
- add _GNU_SOURCE to their source files so the compiler can check proto


# 6a193804 24-Jan-2012 Rich Felker <dalias@aerifal.cx>

add MIN/MAX macros to sys/param.h

this is a nonstandard junk header anyway, so just do what apps expect..


# 2b43ef8f 19-Feb-2011 Rich Felker <dalias@aerifal.cx>

make sys/param.h not depend on PATH_MAX and NAME_MAX

this is a nonstandard header used only by backwards programs, but for
some reason it's extremely popular. the recent namespace cleanup fixes
broke it, because PATH_MAX and NAME_MAX will not be defined unless an
approriate feature test macro has been defined. moreover, it's too
late to just #define _GNU_SOURCE in param.h, since limits.h may have
already been included.

let's just hard-code standard values and be done with it.


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0