Skip to content

Commit c93890e

Browse files
author
Mike Pall
committed
*BSD: Fix getentropy() declaration.
Thanks to dundargoc.
1 parent c4adf49 commit c93890e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lj_prng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static PRGR libfunc_rgr;
126126
#endif
127127

128128
#if LJ_TARGET_HAS_GETENTROPY
129-
extern int getentropy(void *buf, size_t len);
129+
extern int getentropy(void *buf, size_t len)
130130
#ifdef __ELF__
131131
__attribute__((weak))
132132
#endif

0 commit comments

Comments
 (0)