mirror of
https://github.com/bylaws/libadrenotools
synced 2024-11-21 06:26:12 -07:00
Remove file redir hook remenants
This commit is contained in:
parent
d3b42cc5c0
commit
0e4dccf696
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#include "hook_impl.h"
|
||||
|
||||
__attribute__((visibility("default"))) void init_hook_param(const void *param) {
|
||||
init_file_redirect_hook_param(param);
|
||||
}
|
||||
|
||||
__attribute__((visibility("default"))) FILE *fopen(const char *filename, const char *mode) {
|
||||
return hook_fopen(filename, mode);
|
||||
}
|
Loading…
Reference in a new issue