MCPcopy Create free account
hub / github.com/eggert/tz / fstatat

Function fstatat

localtime.c:295–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293# define AT_FDCWD (-1) /* any negative value will do */
294static int openat(int dd, char const *path, int oflag) { unreachable (); }
295static int fstatat(int dd, char const *path, struct stat *st, int flags)
296{ unreachable(); }
297#endif
298
299/* Port to platforms that lack some O_* flags. Unless otherwise

Callers 1

tzloadbodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected