nx_fcntl_probe.nx
buildroot/runtime/nx_fcntl_probe.nx
about
nx_fcntl_probe.nx -- which syscall number actually reaches fcntl on this target?
Rule 2: verify library APIs in-container, never trust the header.
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_connect.nxnx_fcntl.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 7 | const K_MAGIC_19791: i64 = 19791 |
functions
| 9 | func p_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func p_putn(v: i64) -> i64 |
| 27 | func main(argc: i64, argv: *i64) -> i64 |