Home
last modified time | relevance | path

Searched refs:ELIBEXEC (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h94 #define ELIBEXEC 83 /* 无法直接执行共享库 Cannot exec a shared library directly */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs174 ELIBEXEC = 83, enumerator