mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: Fix -Wmissing-prototypes warning
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user