# HG changeset patch # User Dan Nicolaescu # Date 1272660484 25200 # Node ID 35378c29749db2b553cfa29cf5b42d072e7cd83c # Parent e6f59a2ba110327a9a3f44caf62c8e6ba8094b80 * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions. diff -r e6f59a2ba110 -r 35378c29749d src/ChangeLog --- a/src/ChangeLog Fri Apr 30 09:37:01 2010 -0700 +++ b/src/ChangeLog Fri Apr 30 13:48:04 2010 -0700 @@ -1,3 +1,8 @@ +2010-04-30 Dan Nicolaescu + + * s/gnu.h (POSIX_SIGNALS): + (START_FILES): New definitions. + 2010-04-30 Glenn Morris * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065) diff -r e6f59a2ba110 -r 35378c29749d src/s/gnu.h --- a/src/s/gnu.h Fri Apr 30 09:37:01 2010 -0700 +++ b/src/s/gnu.h Fri Apr 30 13:48:04 2010 -0700 @@ -28,6 +28,8 @@ #define SIGNALS_VIA_CHARACTERS +#define POSIX_SIGNALS + /* Tell Emacs that we are a terminfo based system; disable the use of local termcap. (GNU uses ncurses.) */ #ifdef HAVE_LIBNCURSES @@ -44,6 +46,8 @@ #define ORDINARY_LINK #define DATA_START ({ extern int data_start; (char *) &data_start; }) +#define START_FILES + /* Some losing code fails to include this and then assumes that because it is braindead that O_RDONLY==0. */ #ifndef NOT_C_CODE