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

Commit 3f217230 authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

Merge branch 'core/types' into x86/x32

parents 862ae313 f044db4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ static struct fdtable * alloc_fdtable(unsigned int nr)
	if (!data)
		goto out_arr;
	fdt->open_fds = data;
	data += nr / BITS_PER_LONG;
	data += nr / BITS_PER_BYTE;
	fdt->close_on_exec = data;
	fdt->next = NULL;