libroot/posix: remove useless keyword extern.
This commit is contained in:
parent
23871bd25d
commit
edfefa187b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user