musl/src/misc/gethostid.c, branch master musl - an implementation of the standard library for Linux-based systems add public interface headers to implementation files 2018年02月26日T02:17:48+00:00 Rich Felker dalias@aerifal.cx 2018年02月26日T02:13:38+00:00 57b97b42bdecafd81c4967a10aef6eaf43d3fcb8 general policy is that all source files defining a public API or an ABI mechanism referenced by a public header should include the public header that declares the interface, so that the compiler or analysis tools can check the consistency of the declarations. Alexander Monakov pointed out a number of violations of this principle a few years back. fix them now.
general policy is that all source files defining a public API or an
ABI mechanism referenced by a public header should include the public
header that declares the interface, so that the compiler or analysis
tools can check the consistency of the declarations. Alexander Monakov
pointed out a number of violations of this principle a few years back.
fix them now.
cleanup src/linux and src/misc trees, etc. 2012年09月07日T04:48:25+00:00 Rich Felker dalias@aerifal.cx 2012年09月07日T04:48:25+00:00 b9bb8f67bbac9bab5314fb00974ad469476e936e previously, it was pretty much random which one of these trees a given function appeared in. they have now been organized into: src/linux: non-POSIX linux syscalls (possibly shard with other nixen) src/legacy: various obsolete/legacy functions, mostly wrappers src/misc: still mostly uncategorized; some misc POSIX, some nonstd src/crypt: crypt hash functions further cleanup will be done later.
previously, it was pretty much random which one of these trees a given
function appeared in. they have now been organized into:
src/linux: non-POSIX linux syscalls (possibly shard with other nixen)
src/legacy: various obsolete/legacy functions, mostly wrappers
src/misc: still mostly uncategorized; some misc POSIX, some nonstd
src/crypt: crypt hash functions
further cleanup will be done later.

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