Windows does not have err() function.
This commit is contained in:
parent
e44af986a0
commit
fb93023401
@ -14,4 +14,6 @@
|
|||||||
exit (code); \
|
exit (code); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
#define err(code, ...) errx(code, ...)
|
||||||
|
|
||||||
#endif /* !_ERR_H_ */
|
#endif /* !_ERR_H_ */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user