commit | 8fd256985d9c6f6b6017d0993acc3307e0f8733d | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 04 22:07:31 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 04 22:07:31 2005 +0000 |
tree | 2c746a6a2966d783181675bd9c9021b6976000ff | |
parent | 4565fd039fea7d534710b78bdaf40029cda5da75 [diff] |
add threadnotify
diff --git a/include/thread.h b/include/thread.h index 23c4a52..a65ebe7 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -24,6 +24,11 @@ #define yield threadyield /* + * signals + */ +void threadnotify(int(*f)(void*,char*), int); + +/* * daemonize * void threaddaemonize(void);