mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* added missing Const
This commit is contained in:
parent
948a39ad4c
commit
c4438016df
@ -60,6 +60,7 @@
|
|||||||
* table in <kern/syscall_sw.c>.
|
* table in <kern/syscall_sw.c>.
|
||||||
*}
|
*}
|
||||||
|
|
||||||
|
const
|
||||||
machtrap_mach_reply_port = -26; { 0 args }
|
machtrap_mach_reply_port = -26; { 0 args }
|
||||||
machtrap_thread_self_trap = -27; { 0 args }
|
machtrap_thread_self_trap = -27; { 0 args }
|
||||||
machtrap_task_self_trap = -28; { 0 args }
|
machtrap_task_self_trap = -28; { 0 args }
|
||||||
@ -99,7 +100,10 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* several fixes, addition of Mach trap numbers (thye are simply syscalls
|
||||||
with a negative number)
|
with a negative number)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user