commit | 4009ed91f7cf27074c2b30cc8dc4b865169c5aef | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 19 12:41:13 2006 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Fri May 19 12:41:13 2006 +0000 |
tree | 773cddee39a7b89424f1ebb325dfd5d174b7b2cb | |
parent | d9ed35c8b9fa8436db28e6e4000a83bedc85c62b [diff] |
- Rich Felker writes: SIGIOT is not defined in any standard i can find and it seems to be useless (alias for SIGABRT) on linux. i put it in #ifdef but it's probably best just to remove it and cut down the size a bit.