History log of /seL4-refos-master/libs/libmuslc/arch/i386/bits/limits.h
Revision Date Author Comments
# 27245523 04-Aug-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Fix up i386_sel4 arch after merge


# 048a4e72 26-Aug-2014 Adrian Danis <Adrian.Danis@nicta.com.au>

Port muslc to seL4 build system and environment. Defines custom 'seL4' architectures for ARM and i386


# 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


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

fix the types of some integer constant limits in headers


# 1355fdca 14-Feb-2011 Rich Felker <dalias@aerifal.cx>

preparing build system to handle ports - step 1