Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b98c00b authored by Josh Triplett's avatar Josh Triplett
Browse files

Documentation/vm/page-types.c: Declare checked_open static



Nothing outside of Documentation/vm/page-types.c references
checked_open.

Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent ed9df091
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ static void fatal(const char *x, ...)
	exit(EXIT_FAILURE);
}

int checked_open(const char *pathname, int flags)
static int checked_open(const char *pathname, int flags)
{
	int fd = open(pathname, flags);