musl/include/sys/acct.h, branch master musl - an implementation of the standard library for Linux-based systems remove indirect use of endian.h from public headers 2019年10月17日T20:03:42+00:00 Rich Felker dalias@aerifal.cx 2019年10月17日T20:03:42+00:00 71d23fbeacdd1f0c5e33cffb0979250d576fcf9c building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea, __BYTE_ORDER is now available wherever alltypes.h is included. endian.h should not be used since, in the future, it will expose identifiers that are not in the reserved namespace for the headers which were previously using it.
building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea,
__BYTE_ORDER is now available wherever alltypes.h is included.
endian.h should not be used since, in the future, it will expose
identifiers that are not in the reserved namespace for the headers
which were previously using it.
make brace placement in public header struct definitions consistent 2016年07月03日T19:02:25+00:00 Rich Felker dalias@aerifal.cx 2016年07月03日T18:40:11+00:00 befa5866ee30d09c0c96e88af2eabff5911342ea placing the opening brace on the same line as the struct keyword/tag is the style I prefer and seems to be the prevailing practice in more recent additions. these changes were generated by the command: find include/ arch/*/bits -name '*.h' \ -exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} + and subsequently checked by hand to ensure that the regex did not pick up any false positives.
placing the opening brace on the same line as the struct keyword/tag
is the style I prefer and seems to be the prevailing practice in more
recent additions.
these changes were generated by the command:
find include/ arch/*/bits -name '*.h' \
-exec sed -i '/^struct [^;{]*$/{N;s/\n/ /;}' {} +
and subsequently checked by hand to ensure that the regex did not pick
up any false positives.
add acct, accept4, setns, and dup3 syscalls (linux extensions) 2012年09月09日T00:22:08+00:00 Rich Felker dalias@aerifal.cx 2012年09月09日T00:22:08+00:00 6cf8bfdb646efaf76c75a95d1ea0cd254706c037 based on patch by Justin Cormack
based on patch by Justin Cormack

AltStyle によって変換されたページ (->オリジナル) /