mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 20:47:24 +02:00
* added missing Const
This commit is contained in:
parent
948a39ad4c
commit
c4438016df
@ -60,6 +60,7 @@
|
||||
* table in <kern/syscall_sw.c>.
|
||||
*}
|
||||
|
||||
const
|
||||
machtrap_mach_reply_port = -26; { 0 args }
|
||||
machtrap_thread_self_trap = -27; { 0 args }
|
||||
machtrap_task_self_trap = -28; { 0 args }
|
||||
@ -99,7 +100,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-05-25 12:59:57 jonas
|
||||
Revision 1.2 2003-05-26 19:32:21 jonas
|
||||
* added missing Const
|
||||
|
||||
Revision 1.1 2003/05/25 12:59:57 jonas
|
||||
* several fixes, addition of Mach trap numbers (thye are simply syscalls
|
||||
with a negative number)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user