libroot/posix: remove useless keyword extern.
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
int
|
int
|
||||||
_utimes(const char* path, const struct timeval times[2], bool traverseLink);
|
_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)
|
_utimes(const char* path, const struct timeval times[2], bool traverseLink)
|
||||||
{
|
{
|
||||||
struct stat stat;
|
struct stat stat;
|
||||||
|
|||||||
Reference in New Issue
Block a user