mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-10 18:25:10 -04:00
use a consistent style for fixed-size int types
The stdint.h types don't cover 128-bit integers and the underscore makes them ill suited to usage in function suffixes. Instead, use the common naming style in the Linux kernel and elsewhere including the ChaCha8 implementation included here.
This commit is contained in:
parent
92a33182fb
commit
dcd969ae04
6 changed files with 44 additions and 43 deletions
1
pages.c
1
pages.c
|
@ -1,5 +1,4 @@
|
|||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "pages.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue