diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sol2-10.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sol2-10.h b/src/s/sol2-10.h index 44f5ce7de85..865e17525c4 100644 --- a/src/s/sol2-10.h +++ b/src/s/sol2-10.h | |||
| @@ -21,5 +21,11 @@ | |||
| 21 | #undef UNEXEC | 21 | #undef UNEXEC |
| 22 | #define UNEXEC unexsol.o | 22 | #define UNEXEC unexsol.o |
| 23 | 23 | ||
| 24 | /* This is used in list_system_processes. */ | ||
| 25 | #define HAVE_PROCFS 1 | ||
| 26 | |||
| 27 | /* This is needed for the system_process_attributes implementation. */ | ||
| 28 | #define _STRUCTURED_PROC 1 | ||
| 29 | |||
| 24 | /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb | 30 | /* arch-tag: 7c51a134-5469-4d16-aa00-d69224640eeb |
| 25 | (do not change this comment) */ | 31 | (do not change this comment) */ |