History log of /seL4-camkes-master/projects/musllibc/arch/x86_64/bits/limits.h
Revision Date Author Comments
# 28fa19b9 04-Aug-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Fix up x86_64_sel4 arch after merge


# de8621ca 16-Aug-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

Support a seL4 x86_64 build


# 030b452b 22-May-2012 Rich Felker <dalias@aerifal.cx>

fix missing _BSD_SOURCE support in bits/*.h

this is actually rather ugly, and would get even uglier if we ever
want to support further feature test macros. at some point i may
factor the bits headers into separate files for C base, POSIX base,
and nonstandard extensions (the only distinctions that seem to matter
now) and then the logic for which to include can go in the main header
rather than being duplicated for each arch. the downside of this is
that it would result in more files having to be opened during
compilation, so as long as the ugliness does not grow, i'm inclined to
leave it alone for now.


# e8b8f3c9 25-Jun-2011 Rich Felker <dalias@aerifal.cx>

move all limits that don't vary out of bits/limits.h, into main limits.h


# 8894947b 15-Feb-2011 Rich Felker <dalias@aerifal.cx>

protect some limit constants with feature test macros on x86_64


# f4514620 15-Feb-2011 Rich Felker <dalias@aerifal.cx>

fix the types of some integer constant limits in headers


# 1e126325 15-Feb-2011 Nicholas J. Kain <njkain@gmail.com>

Port musl to x86-64. One giant commit!