comparison src/process.c @ 48424:8e86004e885e

(_GNU_SOURCE): Don't define.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 15:40:28 +0000
parents a54c4e29ca9e
children 32c767302a23
comparison
equal deleted inserted replaced
48423:77ba6907e487 48424:8e86004e885e
18 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 22
23 #define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
24 #include <config.h> 23 #include <config.h>
25 #include <signal.h> 24 #include <signal.h>
26 25
27 /* This file is split into two parts by the following preprocessor 26 /* This file is split into two parts by the following preprocessor
28 conditional. The 'then' clause contains all of the support for 27 conditional. The 'then' clause contains all of the support for