mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Replace <bits/local_lim.h> with <climits>
PiperOrigin-RevId: 409932987 Change-Id: I388aca627d6d0f3c9d5721e66574fb8af85cc8f4
This commit is contained in:
parent
9541b657ad
commit
04503f9bbe
|
@ -15,7 +15,6 @@
|
|||
#include "sandboxed_api/sandbox2/util.h"
|
||||
|
||||
#include <asm/unistd.h> // __NR_memdfd_create
|
||||
#include <bits/local_lim.h>
|
||||
#include <sched.h>
|
||||
#include <spawn.h>
|
||||
#include <sys/ptrace.h>
|
||||
|
@ -27,6 +26,7 @@
|
|||
|
||||
#include <array>
|
||||
#include <cerrno>
|
||||
#include <climits>
|
||||
#include <csetjmp>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
|
Loading…
Reference in New Issue
Block a user