You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
make: Warning: File 'Makefile' has modification time 7.1 s in the future
make all-am
make[1]: Entering directory '/mnt/c/Downloads/src/mutrace'
make[1]: Warning: File 'Makefile' has modification time 7 s in the future
CC libmutrace_la-mutrace.lo
mutrace.c: In function ‘setup’:
mutrace.c:443:13: error: ‘__malloc_hook’ undeclared (first use in this function)
443 | if (__malloc_hook) {
| ^~~~~~~~~~~~~
mutrace.c:443:13: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:668: libmutrace_la-mutrace.lo] Error 1
make[1]: Leaving directory '/mnt/c/Do
Are there any workarounds?
The text was updated successfully, but these errors were encountered:
olumide-x
changed the title
__malloc_hook has been removed from Glibs API
__malloc_hook has been removed from glibc API
Aug 8, 2024
Thus:
Are there any workarounds?
The text was updated successfully, but these errors were encountered: