- 08 4月, 2011 1 次提交
-
-
由 Rich Felker 提交于
POSIX clearly specifies the type of msg_iovlen and msg_controllen, and Linux ignores it and makes them both size_t instead. to work around this we add padding (instead of just using the wrong types like glibc does), but we also need to patch-up the struct before passing it to the kernel in case the caller did not zero-fill it. if i could trust the kernel to just ignore the upper 32 bits, this would not be necessary, but i don't think it will ignore them...
-
- 15 2月, 2011 5 次提交
-
-
由 Nicholas J. Kain 提交于
to i386.
-
由 Nicholas J. Kain 提交于
-
由 Rich Felker 提交于
-
由 Rich Felker 提交于
based on patch by nik
-
由 Rich Felker 提交于
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based
-
- 12 2月, 2011 1 次提交
-
-
由 Rich Felker 提交于
-