MCPcopy Create free account
hub / github.com/boostorg/filesystem / main

Function main

config/has_statx_syscall.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27#endif
28
29int main()
30{
31 struct statx st;
32 int res = syscall(__NR_statx, AT_FDCWD, ".", AT_SYMLINK_NOFOLLOW | AT_NO_AUTOMOUNT, STATX_BTIME, &st);
33 st.stx_btime.tv_sec = 1;
34 st.stx_btime.tv_nsec = 10;
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected