From 66d7d4f59d15e5b48d3508f75f9478520fc9346d Mon Sep 17 00:00:00 2001 From: midipix Date: Sep 20 2016 02:11:32 +0000 Subject: bits: added generation documentation. --- diff --git a/BITS.NT32 b/BITS.NT32 new file mode 100644 index 0000000..a7eabd0 --- /dev/null +++ b/BITS.NT32 @@ -0,0 +1,56 @@ +header based on changes +------ -------- ------- + +alltypes.h i386 TYPEDEF long long time_t; + +endian.h i386 none. + +errno.h nt64 none. + +fcntl.h nt64 none. + +fenv.h i386 none. + +float.h nt64 none (target uses SSE by default). + +io.h i386 none. + +ioctl.h nt64 none. + +ipc.h nt64 none. + +limits.h i386 PAGE_SIZE = 65536 + +mman.h nt64 none. + +msg.h nt64 none. + +poll.h nt64 none. + +posix.h i386 none. + +reg.h <----> empty, provided for inclusion by only. + +resource.h nt64 none. + +sem.h nt64 none. + +setjmp.h i386 none. + +signal.h target n/a. + +socket.h i386 none. + +stat.h nt64 none. + +statfs.h nt64 none. + +stdarg.h nt64 none. + +stdint.h i386 none. + +syscall.h nt64 none. + +termios.h nt64 none. + +user.h <----> empty, provided for inclusion by only. diff --git a/BITS.NT64 b/BITS.NT64 new file mode 100644 index 0000000..0975861 --- /dev/null +++ b/BITS.NT64 @@ -0,0 +1,57 @@ +header based on changes +------ -------- ------- + +alltypes.h x86_64 none. + +endian.h x86_64 none. + +errno.h x86_64 none. + +fcntl.h x86_64 none. + +fenv.h x86_64 none. + +float.h x86_64 none. + +io.h x86_64 none. + +ioctl.h x86_64 TIOCGPTN = 0x5430 + TIOCSPTLCK = 0x5431 + +ipc.h x86_64 none. + +limits.h x86_64 PAGE_SIZE = 65536 + +mman.h x86_64 none. + +msg.h x86_64 none. + +poll.h x86_64 none. + +posix.h x86_64 none. + +reg.h <----> empty, provided for inclusion by only. + +resource.h x86_64 none. + +sem.h x86_64 none. + +setjmp.h target n/a. + +signal.h target n/a. + +socket.h x86_64 struct cmsghdr: __pad1 moved to end. + +stat.h x86_64 none. + +statfs.h x86_64 none. + +stdarg.h x86_64 none. + +stdint.h x86_64 none. + +syscall.h x86_64 none. + +termios.h x86_64 none. + +user.h <----> empty, provided for inclusion by only.