Skip to content

Commit 469e8d5

Browse files
committed
fix: dladdr is part of the posix standard
1 parent eb15542 commit 469e8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/dlfcn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ functions:
5959
- type: const char *__restrict
6060
- name: dladdr
6161
standards:
62-
- GNUExtensions
62+
- POSIX
6363
return_type: int
6464
arguments:
6565
- type: const void *

0 commit comments

Comments
 (0)