diff options
Diffstat (limited to 'io/lstat.c')
-rw-r--r-- | io/lstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/lstat.c b/io/lstat.c index 7ad7b90d4c..356001db8b 100644 --- a/io/lstat.c +++ b/io/lstat.c @@ -37,6 +37,7 @@ all callers. */ #undef lstat +#undef __lstat int __lstat (const char *file, struct stat *buf) { |