/* ISC license. */ /* MT-unsafe */ #include #include char *realpath (char const *name, char *buf) { return realpath_tmp(name, buf, &satmp) ; }