diff options
author | midipix <writeonce@midipix.org> | 2016-09-19 22:11:32 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-09-19 22:11:32 -0400 |
commit | 66d7d4f59d15e5b48d3508f75f9478520fc9346d (patch) | |
tree | fcf7ed4b356d4d568cbb7b30cb1173bba569451a /BITS.NT64 | |
parent | 6c97784a75d81c82fb16189db9ad479cd039db09 (diff) | |
download | mmglue-66d7d4f59d15e5b48d3508f75f9478520fc9346d.tar.bz2 mmglue-66d7d4f59d15e5b48d3508f75f9478520fc9346d.tar.xz |
bits: added generation documentation.
Diffstat (limited to 'BITS.NT64')
-rw-r--r-- | BITS.NT64 | 57 |
1 files changed, 57 insertions, 0 deletions
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 <sys/reg.h> 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 <sys/user.h> only. |