Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fixup! [LibOS] Simplify RTLD code
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Marczewski <[email protected]>
  • Loading branch information
pwmarcz committed Aug 6, 2021
1 parent 4cb4541 commit 39b263e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LibOS/shim/include/shim_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ extern const char** migrated_envp;

int init_brk_region(void* brk_region, size_t data_segment_size);
void reset_brk(void);
int init_loader(void);
int init_rlimit(void);

bool is_user_memory_readable(const void* addr, size_t size);
Expand Down

0 comments on commit 39b263e

Please sign in to comment.