Windows does not have err() function.
This commit is contained in:
parent
e44af986a0
commit
fb93023401
1 changed files with 2 additions and 0 deletions
|
@ -14,4 +14,6 @@
|
||||||
exit (code); \
|
exit (code); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
#define err(code, ...) errx(code, ...)
|
||||||
|
|
||||||
#endif /* !_ERR_H_ */
|
#endif /* !_ERR_H_ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue