projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4874814
)
fix some prctl macros that were incorrectly copied into this file
author
Rich Felker
<dalias@aerifal.cx>
Tue, 30 Jul 2013 17:04:31 +0000
(13:04 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Tue, 30 Jul 2013 17:04:31 +0000
(13:04 -0400)
include/sys/prctl.h
patch
|
blob
|
history
diff --git
a/include/sys/prctl.h
b/include/sys/prctl.h
index d406977049067b8a14c232b021500bb1ab4d9650..49b8d71f0d2647830fcfcec572e05800c391ec5c 100644
(file)
--- a/
include/sys/prctl.h
+++ b/
include/sys/prctl.h
@@
-39,9
+39,9
@@
extern "C" {
#define PR_GET_NAME 16
#define PR_GET_ENDIAN 19
#define PR_SET_ENDIAN 20
-#define PR_ENDIAN_BIG
-#define PR_ENDIAN_LITTLE
-#define PR_ENDIAN_PPC_LITTLE
+#define PR_ENDIAN_BIG
0
+#define PR_ENDIAN_LITTLE
1
+#define PR_ENDIAN_PPC_LITTLE
2
#define PR_GET_SECCOMP 21
#define PR_SET_SECCOMP 22
#define PR_CAPBSET_READ 23