summaryrefslogtreecommitdiff
path: root/src/basic/nss-util.h
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-01-27 13:35:18 +0100
committerDaniel Mack <github@zonque.org>2016-01-27 13:35:18 +0100
commitfdb4ee00f022863ceee923b196f9c6dd536db9e2 (patch)
tree647aae3aa21c2e22073fc895f39a2c171e052a99 /src/basic/nss-util.h
parent1cdc94482302cca88e0a7282bbc161c1d77c381c (diff)
parenta464cf80110f0c7424f688ffaa4ec0a8a19f9720 (diff)
Merge pull request #2445 from poettering/various-fixes
A number of fixes
Diffstat (limited to 'src/basic/nss-util.h')
-rw-r--r--src/basic/nss-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/nss-util.h b/src/basic/nss-util.h
index cc30d93aad..4be0136da6 100644
--- a/src/basic/nss-util.h
+++ b/src/basic/nss-util.h
@@ -27,6 +27,8 @@
#include <pwd.h>
#include <resolv.h>
+#define NSS_SIGNALS_BLOCK SIGALRM,SIGVTALRM,SIGPIPE,SIGCHLD,SIGTSTP,SIGIO,SIGHUP,SIGUSR1,SIGUSR2,SIGPROF,SIGURG,SIGWINCH
+
#define NSS_GETHOSTBYNAME_PROTOTYPES(module) \
enum nss_status _nss_##module##_gethostbyname4_r( \
const char *name, \