Impossible to override syscalls #21429
Labels
area: Minimal libc
Minimal C Standard Library
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Can't override System V syscalls by my own implementation
FILE *f = fopen("file", "r+");
So far so good
Expected behavior
libc-hooks.c expected to have weak aliases
Impact
All syscall users
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: