Skip to content

Commit

Permalink
Add XXX comment about moving to os.h
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Jan 17, 2025
1 parent 8d680b6 commit 51b5df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/unix/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@ privload_check_new_map_bounds(elf_loader_t *elf, byte *map_base, byte *map_end)
#endif

#ifdef LINUX
/* XXX i#7192: Consider making this an os.h API, like the related os_map_file and
* os_unmap_file.
*/
static byte *
remap_file_func(file_t f, size_t *size DR_PARAM_INOUT, uint64 offs, app_pc addr,
uint prot, map_flags_t map_flags)
Expand Down

0 comments on commit 51b5df9

Please sign in to comment.