comparison src/callproc.c @ 7161:67618cd7bdbf

(child_setup): Test PRIO_PROCESS, as in sys_subshell.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 05:44:54 +0000
parents 86de9106eb84
children e0ffa47f2ed4
comparison
equal deleted inserted replaced
7160:ff15f545744a 7161:67618cd7bdbf
556 #else /* not MSDOS */ 556 #else /* not MSDOS */
557 char **env; 557 char **env;
558 558
559 int pid = getpid (); 559 int pid = getpid ();
560 560
561 #ifdef PRIO_PROCESS
561 { 562 {
562 extern int emacs_priority; 563 extern int emacs_priority;
563 564
564 nice (- emacs_priority); 565 nice (- emacs_priority);
565 } 566 }
567 #endif
566 568
567 #ifdef subprocesses 569 #ifdef subprocesses
568 /* Close Emacs's descriptors that this process should not have. */ 570 /* Close Emacs's descriptors that this process should not have. */
569 close_process_descs (); 571 close_process_descs ();
570 #endif 572 #endif