mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; * src/sysdep.c: Fix mistake in previous commit
This commit is contained in:
parent
855e15dbf1
commit
dc3d1628ec
1 changed files with 2 additions and 2 deletions
|
@ -4027,8 +4027,8 @@ system_process_attributes (Lisp_Object pid)
|
|||
|
||||
#elif defined DARWIN_OS
|
||||
|
||||
#define HAVE_RUSAGE_INFO_CURRENT (MAC_OS_X_VERSION_MIN_REQUIRED >= 101000)
|
||||
#define HAVE_PROC_PIDINFO (MAC_OS_X_VERSION_MIN_REQUIRED >= 1050)
|
||||
#define HAVE_RUSAGE_INFO_CURRENT (__MAC_OS_X_VERSION_MIN_REQUIRED >= 101000)
|
||||
#define HAVE_PROC_PIDINFO (__MAC_OS_X_VERSION_MIN_REQUIRED >= 1050)
|
||||
|
||||
Lisp_Object
|
||||
system_process_attributes (Lisp_Object pid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue