Skip to content

Commit ce7e3a7

Browse files
committed
Auto merge of #1389 - gnzlbg:ref_linux2, r=gnzlbg
Rename the notbsd module to linux_like
2 parents 0e25493 + 8f098a3 commit ce7e3a7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+13
-14
lines changed
File renamed without changes.

src/unix/notbsd/emscripten/mod.rs renamed to src/unix/linux_like/emscripten/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ pub const RTLD_GLOBAL: ::c_int = 0x100;
12951295
pub const RTLD_NOLOAD: ::c_int = 0x4;
12961296

12971297
// TODO(#247) Temporarily musl-specific (available since musl 0.9.12 / Linux
1298-
// kernel 3.10). See also notbsd/mod.rs
1298+
// kernel 3.10). See also linux_like/mod.rs
12991299
pub const CLOCK_SGI_CYCLE: ::clockid_t = 10;
13001300
pub const CLOCK_TAI: ::clockid_t = 11;
13011301

0 commit comments

Comments
 (0)