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:
thorpej 1997-10-21 19:13:45 +00:00
parent 139064efd8
commit c3bab005d0

View File

@ -80,5 +80,7 @@
#ifndef S_ISLNK
#define lstat stat
#endif
#if 0 /* Prototypes come from <sys/stat.h> */
int lstat ();
int stat ();
#endif