Skip to content

Commit

Permalink
Remove SIGEMT completely.
Browse files Browse the repository at this point in the history
It was a remnant of an earlier version of the code written on OSX.
Nobody should write code on OSX first. But hey, bed coding is comfy.

(Also nobody reads those anymore. If you're there, though, hi!)
  • Loading branch information
nddrylliog committed Sep 13, 2013
1 parent e0086c4 commit 167f02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lang/Exception.ooc
Expand Up @@ -414,7 +414,7 @@ version ((linux || apple) && !android) {
*/
signal: extern func (sig: Int, f: Pointer) -> Pointer

SIGHUP, SIGINT, SIGILL, SIGTRAP, SIGABRT, SIGEMT, SIGFPE, SIGBUS,
SIGHUP, SIGINT, SIGILL, SIGTRAP, SIGABRT, SIGFPE, SIGBUS,
SIGSEGV, SIGSYS, SIGPIPE, SIGALRM, SIGTERM: extern Int

}
Expand Down

0 comments on commit 167f02d

Please sign in to comment.