diff options
| author | Eli Zaretskii | 2019-04-11 16:25:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-11 16:25:06 +0300 |
| commit | b77723a5f371ce0aa4027c6d1c5c831eef94e01d (patch) | |
| tree | e42934baf99c6343fe7ffbe6514d3b7f8ea97c55 /src | |
| parent | 71be83ef8b413922c69e614bcc1d434ec7db68f6 (diff) | |
| download | emacs-b77723a5f371ce0aa4027c6d1c5c831eef94e01d.tar.gz emacs-b77723a5f371ce0aa4027c6d1c5c831eef94e01d.zip | |
Fix an outdated URL in a comment
* src/emacs.c: Fix reference to Cocoa CoreFoundation Release
Notes. (Bug#35225)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index ba57da7213a..41a93279418 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -158,9 +158,14 @@ static uprintmax_t heap_bss_diff; | |||
| 158 | /* To run as a background daemon under Cocoa or Windows, | 158 | /* To run as a background daemon under Cocoa or Windows, |
| 159 | we must do a fork+exec, not a simple fork. | 159 | we must do a fork+exec, not a simple fork. |
| 160 | 160 | ||
| 161 | On Cocoa, CoreFoundation lib fails in forked process: | 161 | On Cocoa, CoreFoundation lib fails in forked process, see Mac OS X |
| 162 | Leopard Developer Release Notes for CoreFoundation Framework: | ||
| 163 | |||
| 162 | http://developer.apple.com/ReleaseNotes/ | 164 | http://developer.apple.com/ReleaseNotes/ |
| 163 | CoreFoundation/CoreFoundation.html) | 165 | CoreFoundation/CoreFoundation.html |
| 166 | |||
| 167 | Note: the above is no longer available on-line, but it can be found | ||
| 168 | via the "Wayback machine", https://web.archive.org. | ||
| 164 | 169 | ||
| 165 | On Windows, a Cygwin fork child cannot access the USER subsystem. | 170 | On Windows, a Cygwin fork child cannot access the USER subsystem. |
| 166 | 171 | ||