diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/callproc.c b/src/callproc.c index bed3302e508..378c647f385 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -25,10 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | #include <setjmp.h> | 26 | #include <setjmp.h> |
| 27 | 27 | ||
| 28 | #ifndef USE_CRT_DLL | ||
| 29 | extern int errno; | ||
| 30 | #endif | ||
| 31 | |||
| 32 | /* Define SIGCHLD as an alias for SIGCLD. */ | 28 | /* Define SIGCHLD as an alias for SIGCLD. */ |
| 33 | 29 | ||
| 34 | #if !defined (SIGCHLD) && defined (SIGCLD) | 30 | #if !defined (SIGCHLD) && defined (SIGCLD) |
| @@ -61,7 +57,6 @@ extern int errno; | |||
| 61 | #include <fcntl.h> | 57 | #include <fcntl.h> |
| 62 | #include <sys/stat.h> | 58 | #include <sys/stat.h> |
| 63 | #include <sys/param.h> | 59 | #include <sys/param.h> |
| 64 | #include <errno.h> | ||
| 65 | #endif /* MSDOS */ | 60 | #endif /* MSDOS */ |
| 66 | 61 | ||
| 67 | #ifndef O_RDONLY | 62 | #ifndef O_RDONLY |