libroot/posix: remove useless keyword extern.

This commit is contained in:
Jérôme Duval 2017-11-18 17:19:29 +01:00
parent 23871bd25d
commit edfefa187b

View File

@ -19,7 +19,8 @@
int
_utimes(const char* path, const struct timeval times[2], bool traverseLink);
extern int
int
_utimes(const char* path, const struct timeval times[2], bool traverseLink)
{
struct stat stat;