diff options
| author | Dan Nicolaescu | 2008-12-19 20:58:37 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-19 20:58:37 +0000 |
| commit | f4f634e8de0b13416df15e027a151d6401037ca8 (patch) | |
| tree | 0bf509e454ee94f4cafa375bc4d0e0a3a8c1e501 /src/s | |
| parent | 53934c983b9d91ed8845b35f584e894bda7501c0 (diff) | |
| download | emacs-f4f634e8de0b13416df15e027a151d6401037ca8.tar.gz emacs-f4f634e8de0b13416df15e027a151d6401037ca8.zip | |
* sysdep.c (system_process_attributes): Add implementation for Solaris.
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
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) */ |