diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-23 17:44:35 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-23 17:44:35 +0000 |
commit | 258131b1b60f657acfcc75d5416e859806de1415 (patch) | |
tree | 079f2413ca40427a30de9bea49bc69f745124811 /configure | |
parent | 8f8d721301fb5d8cf248fc89b0a74616fc1aa1ee (diff) |
typo
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -522,7 +522,7 @@ if [ ${HAVE_GETDTABLESIZE} -eq 0 ]; then echo "extern int getdtablesize(void);" fi if [ ${HAVE_GETENTROPY} -eq 0 ]; then - echo "extern int getentropy(void *, size_t)"; + echo "extern int getentropy(void *, size_t);" fi if [ ${HAVE_GETPROGNAME} -eq 0 ]; then echo "extern const char *getprogname(void);" |