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

Function openat

localtime.c:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292#ifndef AT_FDCWD
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

Callers 1

tzloadbodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected