Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Aug 28, 2024
1 parent 1d100ef commit 5015b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/syscall-server/syscall_context.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class syscall_context {
(mmap_fn)dlsym(RTLD_NEXT, "mmap");
orig_openat_fn = (openat_fn)dlsym(RTLD_NEXT, "openat");
orig_open_fn = (open_fn)dlsym(RTLD_NEXT, "open");
orig_read_fn = (read_fn)dlsym(RTLD_NEXT, "read");
orig_fopen_fn = (fopen_fn)dlsym(RTLD_NEXT, "fopen");

// To avoid polluting other child processes,
Expand Down

0 comments on commit 5015b8f

Please sign in to comment.