mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:17:46 +00:00
LibC: Make prctl() a varargs function
This commit is contained in:
parent
d9d299f884
commit
aa7b6852ce
2 changed files with 10 additions and 2 deletions
|
@ -12,6 +12,6 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int prctl(int option, uintptr_t arg1, uintptr_t arg2);
|
||||
int prctl(int option, ...);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue