libroot/posix: remove useless keyword extern.

This commit is contained in:
Jérôme Duval
2017-11-18 17:28:06 +01:00
parent 23871bd25d
commit edfefa187b
+2 -1
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;