Mercurial > emacs
diff src/sysdep.c @ 100595:04f1da2d6ad5
Add commentary about WINDOWSNT implementation of list_system_processes and
system_process_attributes.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Sat, 20 Dec 2008 12:13:54 +0000 |
| parents | a6c184e576ae |
| children | 01439dc6e53b |
line wrap: on
line diff
--- a/src/sysdep.c Sat Dec 20 10:30:06 2008 +0000 +++ b/src/sysdep.c Sat Dec 20 12:13:54 2008 +0000 @@ -3219,6 +3219,7 @@ return proclist; } +/* The WINDOWSNT implementation is on w32.c. */ #elif !defined (WINDOWSNT) Lisp_Object @@ -3226,7 +3227,8 @@ { return Qnil; } -#endif /* !defined (WINDOWSNT)*/ + +#endif /* !defined (WINDOWSNT) */ #ifdef GNU_LINUX static void @@ -3607,6 +3609,7 @@ UNGCPRO; return attrs; } + #elif defined (SOLARIS2) && defined (HAVE_PROCFS) /* The <procfs.h> header does not like to be included if _LP64 is defined and @@ -3750,6 +3753,7 @@ return attrs; } +/* The WINDOWSNT implementation is on w32.c. */ #elif !defined (WINDOWSNT) Lisp_Object
