]> granicus.if.org Git - graphviz/commitdiff
sfio: remove 'fstat' prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 25 Apr 2022 04:14:41 +0000 (21:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 29 Apr 2022 00:01:33 +0000 (17:01 -0700)
The guard on this prototype appears back to front. If `HAVE_SYS_STAT_H` is true,
we already have a prototype of this function _in_ sys/stat.h.

lib/sfio/sfhdr.h

index 756a4d83985dbb1e065385f479584a6e08e0a8c7..d8a4afe81ecaaaba24b56e9b76921a2b654b4c46 100644 (file)
@@ -572,10 +572,6 @@ extern "C" {
 #else
 #endif /* _WIN32 */
 
-#ifdef HAVE_SYS_STAT_H
-    extern int fstat(int, Stat_t *);
-#endif
-
 #ifdef __cplusplus
 }
 #endif