]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/sigchain.h
Merge branch 'for-linus/bugfixes' of git://xenbits.xensource.com/people/ianc/linux-2.6
[karo-tx-linux.git] / tools / perf / util / sigchain.h
index 1a53c11265fdda78357112f3c3e7bd72a936afe8..959d64eb5557fe69ef13a1b1d2adb7402bc7d807 100644 (file)
@@ -3,7 +3,6 @@
 
 typedef void (*sigchain_fun)(int);
 
-int sigchain_push(int sig, sigchain_fun f);
 int sigchain_pop(int sig);
 
 void sigchain_push_common(sigchain_fun f);