about summary refs log tree commit diff
path: root/library/std/src/os/emscripten/raw.rs
diff options
context:
space:
mode:
authorKleis Auke Wolthuizen <github@kleisauke.nl>2024-12-09 15:06:31 +0100
committerKleis Auke Wolthuizen <github@kleisauke.nl>2025-01-01 13:21:19 +0100
commitef58e8b989a4c191c08005b7a8ce12f8ef697a43 (patch)
treeb2245b2c484d4e6fb92a36efa8b377956e2786f4 /library/std/src/os/emscripten/raw.rs
parentbc3e3015b6e449bf1607f1023d2fbc2838ee37af (diff)
downloadrust-ef58e8b989a4c191c08005b7a8ce12f8ef697a43.tar.gz
rust-ef58e8b989a4c191c08005b7a8ce12f8ef697a43.zip
Avoid use of LFS64 symbols on Emscripten
Since Emscripten uses musl libc internally.

Non-functional change: all LFS64 symbols were aliased to their non-LFS64
counterparts in rust-lang/libc@7c952dceaad4cdc35e00884fcb12a713d41a87e0.
Diffstat (limited to 'library/std/src/os/emscripten/raw.rs')
-rw-r--r--library/std/src/os/emscripten/raw.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/os/emscripten/raw.rs b/library/std/src/os/emscripten/raw.rs
index d23011c7381..7ae8c45a6f8 100644
--- a/library/std/src/os/emscripten/raw.rs
+++ b/library/std/src/os/emscripten/raw.rs
@@ -1,6 +1,4 @@
 //! Emscripten-specific raw type definitions
-//! This is basically exactly the same as the linux definitions,
-//! except using the musl-specific stat64 structure in liblibc.
 
 #![stable(feature = "raw_ext", since = "1.1.0")]
 #![deprecated(