mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
Kernel: Move ShouldAllocateTls enum from Process to execve.cpp
This commit is contained in:
parent
9ca42c4c0e
commit
0d7af498d7
2 changed files with 7 additions and 7 deletions
|
@ -390,11 +390,6 @@ public:
|
|||
|
||||
int exec(String path, Vector<String> arguments, Vector<String> environment, int recusion_depth = 0);
|
||||
|
||||
enum class ShouldAllocateTls {
|
||||
No = 0,
|
||||
Yes,
|
||||
};
|
||||
|
||||
KResultOr<LoadResult> load(NonnullRefPtr<FileDescription> main_program_description, RefPtr<FileDescription> interpreter_description, const Elf32_Ehdr& main_program_header);
|
||||
KResultOr<FlatPtr> get_interpreter_load_offset(const Elf32_Ehdr& main_program_header, FileDescription& main_program_description, FileDescription& interpreter_description);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue