mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1555589 - Include sys/prctl.h not linux/prctl.h. r=jld
Differential Revision: https://phabricator.services.mozilla.com/D33517 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
3111b83798
commit
84108d4e2b
@ -24,11 +24,11 @@
|
||||
#include <linux/ioctl.h>
|
||||
#include <linux/ipc.h>
|
||||
#include <linux/net.h>
|
||||
#include <linux/prctl.h>
|
||||
#include <linux/sched.h>
|
||||
#include <string.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/un.h>
|
||||
|
Loading…
Reference in New Issue
Block a user