summaryrefslogtreecommitdiff
path: root/geoip.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-17 11:13:44 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-17 11:13:44 +0200
commit82799b033807977478d7848d55264f6f3132a5eb (patch)
tree7b83a636715484c39c2c8f7e137845e0a23fda78 /geoip.h
parentac31518c8c8af043d157b294d99177b86f0bccd7 (diff)
built_in: Add __noreturn marker
This can be used to mark functions which will call exit() by themselves. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'geoip.h')
0 files changed, 0 insertions, 0 deletions
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/lola')