]> mj.ucw.cz Git - libucw.git/commit
sighandler.c:
authorRobert Spalek <robert@ucw.cz>
Thu, 24 Jun 2004 12:29:44 +0000 (12:29 +0000)
committerRobert Spalek <robert@ucw.cz>
Thu, 24 Jun 2004 12:29:44 +0000 (12:29 +0000)
commitdfcd26e4f180ac3501f1b0a88b56dd1620af6299
treea4bfb36413dbf1eb148bc6d0c1f66a1018a82328
parent4deb7fd75ea1306e943ab414efca26b1951cfd23
sighandler.c:
- used sigaction() instead of signal()
- no need to re-register the signal handler now :-)
- renamed my_sighandler_t to sh_sighandler_t and changed the interface
lib/lib.h
lib/sighandler.c