summaryrefslogtreecommitdiff
path: root/sig.h
blob: 10627b81ed3499d232f84ea89da44fb4ee67ed3b (plain)
1
2
3
4
5
6
7
#ifndef SIG_H
#define SIG_H

extern void register_signal(int signal, void (*handler)(int));
extern void register_signal_f(int signal, void (*handler)(int), int flags);

#endif /* SIG_H */
lue='0' selected='selected'>includemode:
authorMartin Kepplinger <martin.kepplinger@ginzinger.com>2016-10-27 17:46:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-27 18:43:43 -0700
commit8f72cb4ef90c63bcb5111c2e3ec7ea2727eab2f8 (patch)
treecf161bb327f32e46bc1dc3995bb65772b590b070
parent06b2849d103f4a91212876a211d0d7df227a9513 (diff)
CREDITS: update credit information for Martin Kepplinger
Content and employer changed. Link: http://lkml.kernel.org/r/1477304102-28830-1-git-send-email-martin.kepplinger@ginzinger.com Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat