diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/process.h b/src/process.h index 1c463502a5e..7803672d61a 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -197,15 +197,6 @@ pset_gnutls_cred_type (struct Lisp_Process *p, Lisp_Object val) | |||
| 197 | when exiting. */ | 197 | when exiting. */ |
| 198 | extern bool inhibit_sentinels; | 198 | extern bool inhibit_sentinels; |
| 199 | 199 | ||
| 200 | extern Lisp_Object Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess, Qttname; | ||
| 201 | extern Lisp_Object Qminflt, Qmajflt, Qcminflt, Qcmajflt, Qutime, Qstime; | ||
| 202 | extern Lisp_Object Qcutime, Qpri, Qnice, Qthcount, Qstart, Qvsize, Qrss, Qargs; | ||
| 203 | extern Lisp_Object Quser, Qgroup, Qetime, Qpcpu, Qpmem, Qtpgid, Qcstime; | ||
| 204 | extern Lisp_Object Qtime, Qctime; | ||
| 205 | extern Lisp_Object QCspeed; | ||
| 206 | extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; | ||
| 207 | extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; | ||
| 208 | |||
| 209 | /* Exit statuses for GNU programs that exec other programs. */ | 200 | /* Exit statuses for GNU programs that exec other programs. */ |
| 210 | enum | 201 | enum |
| 211 | { | 202 | { |