From: Dan Nicolaescu Date: Fri, 30 Apr 2010 20:48:04 +0000 (-0700) Subject: * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~330 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=afc619439b92209bc437b7764cdf1482784642ab;p=emacs.git * s/gnu.h (POSIX_SIGNALS, START_FILES): New definitions. --- diff --git a/src/ChangeLog b/src/ChangeLog index 08a4595e695..e543fe7655f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/s/gnu.h b/src/s/gnu.h index bf68cabe051..13679a1db4e 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h @@ -28,6 +28,8 @@ along with GNU Emacs. If not, see . */ #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 @@ along with GNU Emacs. If not, see . */ #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