fixup! Implement dladdr(3).

This commit is contained in:
Jonas 'Sortie' Termansen 2024-06-23 19:45:58 +02:00
parent 535ee9649f
commit 16abe619e6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ extern "C" {
#endif
#if __USE_SORTIX || 202405L <= __USE_POSIX
int dladdr(const void* restrict, Dl_info_t* restrict);
int dladdr(const void* restrict, Dl_info_t* __restrict);
#endif
int dlclose(void*);
char* dlerror(void);