Skip to content

Commit

Permalink
Fix failure to build pv on Solaris derivative systems
Browse files Browse the repository at this point in the history
  • Loading branch information
szaydel committed Jun 28, 2018
1 parent 8e1592b commit e5cb5f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoconf/header.in
Expand Up @@ -71,6 +71,7 @@
# define fstat64 fstat
# define lstat64 lstat
# endif
# elif (defined(__sun) || defined(sun)) && (defined(__SVR4) || defined(__svr4__))
# else
# define stat64 stat
# define fstat64 fstat
Expand Down

0 comments on commit e5cb5f8

Please sign in to comment.