haiku/headers/posix
Jessica Hamilton d7818b5aae sys/types: include endian.h, and fix endian definitions.
* Defining LITTLE/BIG_ENDIAN as 0 breaks some feature test macros,
  particularly in autoconf. Checking with FreeBSD, their macros
  define a non-zero value as well.

References:
- https://github.com/freebsd/freebsd/blob/master/sys/x86/include/endian.h
- http://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/c.m4#n1584
Change-Id: I61b0bbad74e2bf5248464a5c15e504b9f45bea7f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1526
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2019-08-27 10:02:45 +00:00
..
arch Change all references to "__INTEL__" to "__i386__". 2019-03-30 16:54:01 -04:00
arpa
compat/sys
net posix/if_types.h: Remove IFT_IEEE1394, breaks build 2019-04-22 13:21:50 -05:00
netinet headers/posix: Define the byteswap macros unconditionally. 2019-03-27 10:19:50 -04:00
netinet6 Fix IN6_IS_ADDR_V4MAPPED & IN6_IS_ADDR_V4COMPAT false positives 2018-11-27 02:43:53 +00:00
sys sys/types: include endian.h, and fix endian definitions. 2019-08-27 10:02:45 +00:00
alloca.h
assert.h
bsd_mem.h
complex.h
ctype.h
dirent.h
div_t.h
dlfcn.h libroot.so: make first parameter of dladdr() const. 2017-09-15 23:09:24 +02:00
endian.h sys/types: include endian.h, and fix endian definitions. 2019-08-27 10:02:45 +00:00
errno.h
fcntl.h posix: add posix_fadvise(), only error checks. 2019-05-21 15:07:43 +00:00
fenv.h Change all references to "__INTEL__" to "__i386__". 2019-03-30 16:54:01 -04:00
fnmatch.h
fts.h
ftw.h
getopt.h
glob.h
grp.h
inttypes.h
iovec.h
langinfo.h
libgen.h
libio.h
limits.h libroot: add [gs]etpriority implementation 2019-01-19 18:31:58 +00:00
locale.h
malloc_debug.h
malloc.h
math.h
memory.h
monetary.h
netdb.h
nl_types.h
null.h
poll.h
pthread.h pthread: implement pthread_attr_[get|set]stack. 2019-03-07 16:55:14 +00:00
pwd.h
regex.h
resolv.h
sched.h
search.h
semaphore.h
setjmp.h setjmp.h: add noreturn keyword on longjmp variants. 2018-07-21 12:27:27 +02:00
shadow.h
signal.h
size_t.h
spawn.h posix_spawn: add POSIX_SPAWN_SETSID. 2019-02-04 19:21:30 +00:00
stdint.h
stdio_ext.h
stdio_post.h
stdio_pre.h
stdio.h
stdlib.h Conform putenv to POSIX standards 2019-07-20 16:02:00 +00:00
string.h
strings.h
syslog.h syslog.h: Add LOG_NFACILITIES, LOG_FACMASK, LOG_FAC. 2017-12-26 17:09:26 -05:00
tar.h
termios.h
time.h
uchar.h uchar: Introduce C11 uchar.h 2018-01-14 14:42:34 +00:00
unistd.h unistd.h: POSIX_THREAD_ATTR_STACKADDR was implemented back in March. 2019-07-11 23:05:27 -04:00
utime.h
wchar_t.h
wchar.h
wctype.h