Remove deprecated functions.

This commit is contained in:
Christoffer Lerno
2025-02-28 15:54:03 +01:00
committed by Christoffer Lerno
parent 61c67c8f23
commit 222bfb158b
8 changed files with 0 additions and 356 deletions

View File

@@ -44,7 +44,6 @@ const CInt SIGQUIT = 3;
const CInt SIGILL = 4;
const CInt SIGTRAP = 5;
const CInt SIGABRT = 6;
const CInt SIGABTR @deprecated("use SIGABRT") = SIGABRT;
const CInt SIGBUS = BSD_FLAVOR_SIG ? 10 : 7; // Or Mips
const CInt SIGFPE = 8;
const CInt SIGKILL = 9;