mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
Minor cleanup.
This commit is contained in:
parent
72e75c52e3
commit
555c10a1f8
3 changed files with 5 additions and 6 deletions
|
@ -13,7 +13,7 @@ enum Function {
|
|||
Spawn = 0x1981,
|
||||
Sleep = 0x1982,
|
||||
Yield = 0x1983,
|
||||
PutCharacter = 1984,
|
||||
PutCharacter = 0x1984,
|
||||
PosixOpen = 0x1985,
|
||||
PosixClose = 0x1986,
|
||||
PosixRead = 0x1987,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue