Fix Solatis futimes macro
This commit is contained in:
2
compat.h
2
compat.h
@@ -215,7 +215,7 @@ typedef struct sigaction sigaction_t;
|
||||
* Define futimes() in terms of futimesat() if needed.
|
||||
*/
|
||||
#if !defined(HAVE_FUTIMES) && defined(HAVE_FUTIMESAT)
|
||||
# define futimes(_f, _p, _tv) futimesat(_f, NULL, _tv)
|
||||
# define futimes(_f, _tv) futimesat(_f, NULL, _tv)
|
||||
# define HAVE_FUTIMES
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user