* Wrap everything related to *stat() into own functions

* Testwise remove early includes to stdin for OSX, see if they are still required
This commit is contained in:
jsteube
2016-10-31 11:28:06 +01:00
parent 80b3f52952
commit 93adde9d2f
23 changed files with 107 additions and 147 deletions

View File

@@ -31,4 +31,7 @@ void setup_environment_variables (void);
void setup_umask (void);
void setup_seeding (const bool rp_gen_seed_chgd, const u32 rp_gen_seed);
int hc_stat (const char *pathname, hc_stat_t *buf);
int hc_fstat (int fd, hc_stat_t *buf);
#endif // _SHARED_H