diff options
| author | Glenn Morris | 2012-07-12 19:56:39 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-12 19:56:39 -0400 |
| commit | b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb (patch) | |
| tree | b2ceffaf072612d2e1121a680c8f381148761646 /admin | |
| parent | ba9e4b84ac8322e84cd0cc1c5fe6d5d8a8453ff5 (diff) | |
| download | emacs-b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb.tar.gz emacs-b82da769e5bd9aab6ee2102d4c98ed7e1c6541bb.zip | |
Rename init_process rather than working around it on Darwin
The old name is also the name of a Mach system call.
* src/process.c (init_process_emacs): Rename from init_process.
* src/lisp.h, src/emacs.c: Update for this name change.
* src/nsgui.h, src/sysselect.h, src/s/darwin.h:
Remove workaround that is no longer needed.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/multi-tty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 4146c8ffa58..5408b9a3d00 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -906,7 +906,7 @@ DIARY OF CHANGES | |||
| 906 | read_avail_input. | 906 | read_avail_input. |
| 907 | 907 | ||
| 908 | (Fixed. This was caused by unconditionally including stdin in | 908 | (Fixed. This was caused by unconditionally including stdin in |
| 909 | input_wait_mask in init_process. The select call in | 909 | input_wait_mask in init_process_emacs. The select call in |
| 910 | wait_reading_process_input always returned immediately, indicating | 910 | wait_reading_process_input always returned immediately, indicating |
| 911 | that there is pending input from stdin, which nobody read. | 911 | that there is pending input from stdin, which nobody read. |
| 912 | 912 | ||