libsysprof-capture: Fix -Wmissing-prototypes warning

This commit is contained in:
Germán Poo-Caamaño
2025-06-11 05:04:43 -04:00
parent 101d04d3b6
commit 8b9c02139f

View File

@ -74,6 +74,7 @@
static void *_sysprof_io_sync_lock = SRWLOCK_INIT;
#endif
#ifndef __linux__
size_t
(_sysprof_getpagesize) (void)
{
@ -234,6 +235,7 @@ ssize_t
errno = 0;
return total;
}
#endif /* #ifndef __linux__ */
size_t
(_sysprof_strlcpy) (char *dest,