mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
Kernel: Pass characters+length to link()
This commit is contained in:
parent
416c7ac2b5
commit
485443bfca
Notes:
sideshowbarker
2024-07-19 10:12:52 +09:00
Author: https://github.com/awesomekling
Commit: 485443bfca
5 changed files with 35 additions and 7 deletions
|
@ -6,6 +6,10 @@ namespace AK {
|
|||
class String;
|
||||
}
|
||||
|
||||
namespace Syscall {
|
||||
struct StringArgument;
|
||||
}
|
||||
|
||||
AK::String copy_string_from_user(const char*, size_t);
|
||||
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue