mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-27 02:53:12 +01:00
Mark local functions as static
Warned-by: gcc
This commit is contained in:
@@ -79,7 +79,7 @@ sys_close_range(unsigned int fd, unsigned int max_fd, unsigned int flags)
|
||||
* Close all file descriptors greater than or equal to lowfd.
|
||||
* This is the expensive (fallback) method.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
closefrom_fallback(int lowfd)
|
||||
{
|
||||
long fd, maxfd;
|
||||
|
||||
Reference in New Issue
Block a user