Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(889)

Side by Side Diff: src/pkg/runtime/linux/386/defs.h

Issue 156077: code review 156077: Remove unnecessary execute bits. (Closed)
Patch Set: code review 156077: Remove unnecessary execute bits. Created 15 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/pkg/runtime/freebsd/386/rt0.s ('k') | src/pkg/runtime/linux/386/rt0.s » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // godefs -f -m32 -f -D_LOOSE_KERNEL_NAMES -f -D__ARCH_SI_UID_T=__kernel_uid32_t defs2.c 1 // godefs -f -m32 -f -D_LOOSE_KERNEL_NAMES -f -D__ARCH_SI_UID_T=__kernel_uid32_t defs2.c
2 2
3 // MACHINE GENERATED - DO NOT EDIT. 3 // MACHINE GENERATED - DO NOT EDIT.
4 4
5 // Constants 5 // Constants
6 enum { 6 enum {
7 PROT_NONE = 0, 7 PROT_NONE = 0,
8 PROT_READ = 0x1, 8 PROT_READ = 0x1,
9 PROT_WRITE = 0x2, 9 PROT_WRITE = 0x2,
10 PROT_EXEC = 0x4, 10 PROT_EXEC = 0x4,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 126
127 typedef struct Ucontext Ucontext; 127 typedef struct Ucontext Ucontext;
128 struct Ucontext { 128 struct Ucontext {
129 uint32 uc_flags; 129 uint32 uc_flags;
130 Ucontext *uc_link; 130 Ucontext *uc_link;
131 Sigaltstack uc_stack; 131 Sigaltstack uc_stack;
132 Sigcontext uc_mcontext; 132 Sigcontext uc_mcontext;
133 uint32 uc_sigmask; 133 uint32 uc_sigmask;
134 }; 134 };
135 #pragma pack off 135 #pragma pack off
OLDNEW
« no previous file with comments | « src/pkg/runtime/freebsd/386/rt0.s ('k') | src/pkg/runtime/linux/386/rt0.s » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b