diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/process.c b/src/process.c index 7f9b5ac59d1..b8b8eaaee5b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1957,9 +1957,6 @@ create_pty (Lisp_Object process) | |||
| 1957 | /* Convert an internal struct sockaddr to a lisp object (vector or string). | 1957 | /* Convert an internal struct sockaddr to a lisp object (vector or string). |
| 1958 | The address family of sa is not included in the result. */ | 1958 | The address family of sa is not included in the result. */ |
| 1959 | 1959 | ||
| 1960 | #ifndef WINDOWSNT | ||
| 1961 | static | ||
| 1962 | #endif | ||
| 1963 | Lisp_Object | 1960 | Lisp_Object |
| 1964 | conv_sockaddr_to_lisp (struct sockaddr *sa, int len) | 1961 | conv_sockaddr_to_lisp (struct sockaddr *sa, int len) |
| 1965 | { | 1962 | { |
| @@ -7051,9 +7048,6 @@ integer or floating point values. | |||
| 7051 | futz with the SIGCHLD handler, but before Emacs forks any children. | 7048 | futz with the SIGCHLD handler, but before Emacs forks any children. |
| 7052 | This function's caller should block SIGCHLD. */ | 7049 | This function's caller should block SIGCHLD. */ |
| 7053 | 7050 | ||
| 7054 | #ifndef NS_IMPL_GNUSTEP | ||
| 7055 | static | ||
| 7056 | #endif | ||
| 7057 | void | 7051 | void |
| 7058 | catch_child_signal (void) | 7052 | catch_child_signal (void) |
| 7059 | { | 7053 | { |