Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
91c85b70
Commit
91c85b70
authored
Dec 20, 2008
by
Eli Zaretskii
Browse files
Add commentary about WINDOWSNT implementation of list_system_processes and
system_process_attributes.
parent
7d61c211
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/sysdep.c
src/sysdep.c
+5
-1
No files found.
src/sysdep.c
View file @
91c85b70
...
...
@@ -3219,6 +3219,7 @@ list_system_processes ()
return
proclist
;
}
/* The WINDOWSNT implementation is on w32.c. */
#elif !defined (WINDOWSNT)
Lisp_Object
...
...
@@ -3226,7 +3227,8 @@ list_system_processes ()
{
return
Qnil
;
}
#endif
/* !defined (WINDOWSNT)*/
#endif
/* !defined (WINDOWSNT) */
#ifdef GNU_LINUX
static
void
...
...
@@ -3607,6 +3609,7 @@ system_process_attributes (Lisp_Object pid)
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 @@ system_process_attributes (Lisp_Object pid)
return
attrs
;
}
/* The WINDOWSNT implementation is on w32.c. */
#elif !defined (WINDOWSNT)
Lisp_Object
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment