summaryrefslogtreecommitdiff
path: root/sig.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-01-12 02:25:39 +0200
committerDaniel Borkmann <dborkman@redhat.com>2015-01-12 09:13:57 +0100
commit5107740603d10feed6104afd75042970cb392843 (patch)
treeca5b396e560c78a9a029ff95cb5966d5db842468 /sig.h
parent73da36ba1a4b6964ada8af8ac693d01edc078e94 (diff)
gitignore: Add compiled executables
Add following files to ignore list: astraceroute/astraceroute bpfc/bpfc curvetun/curvetun curvetun/abiname flowtop/flowtop ifpps/ifpps mausezahn/mausezahn netsniff-ng/netsniff-ng trafgen/trafgen Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'sig.h')
0 files changed, 0 insertions, 0 deletions
ONG in userspace-exported swab.h header
In swab.h the "#if BITS_PER_LONG > 32" breaks compiling userspace programs if BITS_PER_LONG is #defined by userspace with the sizeof() compiler builtin. Solve this problem by using __BITS_PER_LONG instead. Since we now #include asm/bitsperlong.h avoid further potential userspace pollution by moving the #define of SHIFT_PER_LONG to bitops.h which is not exported to userspace. This patch unbreaks compiling qemu on hppa/parisc. Signed-off-by: Helge Deller <deller@gmx.de> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'sound/pci/ctxfi/ctamixer.h')