sortix-mirror/libc/x64
Jonas 'Sortie' Termansen 0117c4fbc7 Improve ix86 and x86_64 data types ABI.
Increase gid_t to an unsigned 64-bit integer.
Increase id_t to an unsigned 64-bit integer.
Increase pid_t to a signed 64-bit integer.
Increase time_t to a signed 64-bit integer.
Increase uid_t to an unsigned 64-bit integer.

Note: This is an incompatible ABI change.
2014-03-17 19:22:10 +01:00
..
calltrace.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
crt1.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
crti.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
crtn.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
fork.S Improve ix86 and x86_64 data types ABI. 2014-03-17 19:22:10 +01:00
setjmp.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
signal.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00
syscall.S Preprocess assembly files with the C preprocessor. 2014-03-01 14:37:40 +01:00