comparison src/s/sol2-10.h @ 100567:387ca5b2d869

* sysdep.c (system_process_attributes): Add implementation for Solaris. * s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Dec 2008 20:58:37 +0000
parents cdad15e238e0
children f8e62c2bf3e9
comparison
equal deleted inserted replaced
100566:91f7b663a0fd 100567:387ca5b2d869
19 * Solaris 10 and newer only at this time. 19 * Solaris 10 and newer only at this time.
20 */ 20 */
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) */