Skip to content

Commit

Permalink
Merge pull request #3906 from dnakamura/prctl
Browse files Browse the repository at this point in the history
Remove references to `linux/prctl.h`
  • Loading branch information
charliegracie committed May 28, 2019
2 parents 846bfcd + a80ff4a commit 6302585
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion port/linux/omrosdump_helpers.c
Expand Up @@ -33,7 +33,6 @@
#include <sys/stat.h>
#if defined(LINUX)
#include <sys/prctl.h>
#include <linux/prctl.h>
#include <sys/resource.h>
#endif
#include <elf.h>
Expand Down
1 change: 0 additions & 1 deletion thread/unix/thrdsup.c
Expand Up @@ -31,7 +31,6 @@

#if defined(LINUX) && !defined(OMRZTPF)
#include <sys/prctl.h>
#include <linux/prctl.h>
#endif /* defined(LINUX) */

#if defined(OMRZTPF)
Expand Down

0 comments on commit 6302585

Please sign in to comment.