Skip to content

Commit 757d05d

Browse files
remove DEF_STRONG(strtouq)
1 parent 1e660f5 commit 757d05d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/libc/stdlib/strtoull.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,3 @@ strtoull(const char * __restrict nptr, char ** __restrict endptr, int base)
138138
DEF_STRONG(strtoull);
139139

140140
__strong_alias(strtouq, strtoull);
141-
DEF_STRONG(strtouq);

0 commit comments

Comments
 (0)