annotate lib/sig-handler.c @ 17480:f40b3156a43e

selinux-at: omit unnecessary include * lib/selinux-at.c: Don't include dosname.h; not needed, since this source file doesn't use its macros, and subsidiary files that use the macros already include it.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 23 Aug 2013 13:53:46 -0700
parents 7531a1bd77d7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17171
7531a1bd77d7 sigaction: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #include <config.h>
7531a1bd77d7 sigaction: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 #define SIG_HANDLER_INLINE _GL_EXTERN_INLINE
7531a1bd77d7 sigaction: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 #include "sig-handler.h"