Prototypes for stat(2) and lstat(2) come from <sys/stat.h>, so don't declare
them here. Doing so breaks versioned functions.
This commit is contained in:
parent
139064efd8
commit
c3bab005d0
@ -80,5 +80,7 @@
|
||||
#ifndef S_ISLNK
|
||||
#define lstat stat
|
||||
#endif
|
||||
#if 0 /* Prototypes come from <sys/stat.h> */
|
||||
int lstat ();
|
||||
int stat ();
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user