From 40c5931ce41449f10fc7dd012df9e01a7b4cb062 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Aug 2008 16:19:03 +0000 Subject: [PATCH] (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. --- src/lisp.h | 3 +++ src/s/gnu-linux.h | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/lisp.h b/src/lisp.h index d7fcd0a178c..cd9d0f5585a 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -3276,6 +3276,9 @@ extern void syms_of_ccl P_ ((void)); /* Defined in dired.c */ EXFUN (Ffile_attributes, 2); extern void syms_of_dired P_ ((void)); +extern Lisp_Object directory_files_internal P_ ((Lisp_Object, Lisp_Object, + Lisp_Object, Lisp_Object, + int, Lisp_Object)); /* Defined in term.c */ extern void syms_of_term P_ ((void)); diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 09a09b2f19c..bd0acd36302 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -105,6 +105,11 @@ along with GNU Emacs. If not, see . */ #define BSTRING +/* These are used in Flist_system_processes and Fsystem_process_attributes. */ +#define HAVE_PROCFS 1 +#define LISTPROC procfs_list_system_processes +#define PROCATTR procfs_system_process_attributes + /* define MAIL_USE_FLOCK if the mailer uses flock to interlock access to /usr/spool/mail/$USER. The alternative is that a lock file named -- 2.39.2