File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ pub const INADDR_NONE: in_addr_t = 4294967295;
232
232
cfg_if ! {
233
233
if #[ cfg( any( dox, target_os = "l4re" ) ) ] {
234
234
// on dox builds don't pull in anything
235
- // L4Re builds pass the required libs using -Z to the compiler.
236
235
} else if #[ cfg( all( not( stdbuild) , feature = "use_std" ) ) ] {
237
236
// cargo build, don't pull in anything extra as the libstd dep
238
237
// already pulls in all libs.
Original file line number Diff line number Diff line change 1
1
/// L4Re specifics
2
2
/// This module contains definitions required by various L4Re libc backends.
3
- /// These are formally not part of the libc, but are a dependency of the libc
4
- /// and hence we should provide them here.
3
+ /// Some of them are formally not part of the libc, but are a dependency of the libc and hence we
4
+ /// should provide them here.
5
5
6
6
pub type l4_umword_t = :: c_ulong ; // Unsigned machine word.
7
7
You can’t perform that action at this time.
0 commit comments