Add docs for sys/auxv.h

This commit is contained in:
Peter Limkilde Svendsen
2024-11-20 23:17:10 +01:00
parent e528eae801
commit 399b0ad81f
+4 -1
View File
@@ -1,9 +1,12 @@
//! sys/auxv.h implementation
//! `sys/auxv.h` implementation.
//!
//! Non-POSIX, see <https://www.man7.org/linux/man-pages/man3/getauxval.3.html>.
use crate::platform::types::*;
pub use crate::platform::auxv_defs::*;
/// See <https://www.man7.org/linux/man-pages/man3/getauxval.3.html>.
#[no_mangle]
pub extern "C" fn getauxval(_t: c_ulong) -> c_ulong {
0