#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 */ k rel='shortcut icon' href='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation/RCU
diff options
context:
space:
mode:
authorYao Dongdong <yaodongdong@huawei.com>2016-03-07 16:02:14 +0800
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2016-03-31 13:33:19 -0700
commit70946a44deec299ef54c0ec933e8d82ddd4bcc6a (patch)
tree0847483e0b493d9462a0e143d62ebd96c9bab74b /Documentation/RCU
parent274529ba9bda86c91c2c06da3a641aaf617dd30f (diff)
documentation: Make sample code and documentation consistent
In the chapter 'analogy with reader-writer locking', the sample code uses spinlock_t in reader-writer case. Just correct it so that we can read the document easily. Signed-off-by: Yao Dongdong <yaodongdong@huawei.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU')