GW_NOINTR_CALL removed.

Used in just one place inside MaxScale so better to simply write
it explcitly.
This commit is contained in:
Johan Wikman
2016-10-17 10:41:25 +03:00
parent b27774e674
commit e6d7ca4ed9
2 changed files with 13 additions and 10 deletions

View File

@ -38,8 +38,6 @@
MXS_BEGIN_DECLS
#define GW_NOINTR_CALL(A) do { errno = 0; A; } while (errno == EINTR)
bool gw_daemonize(void);
MXS_END_DECLS