diff options
| author | Glenn Morris | 2012-07-11 19:44:03 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-11 19:44:03 -0400 |
| commit | 30fe9bf45903a63132d13597f53fa21ee7a069f4 (patch) | |
| tree | 7fd60e841f6f5a604970e558817024cad812aaf4 /src/s/gnu-linux.h | |
| parent | ee1cf5cfae709b340f49e8c5591fe1e782a6ac34 (diff) | |
| download | emacs-30fe9bf45903a63132d13597f53fa21ee7a069f4.tar.gz emacs-30fe9bf45903a63132d13597f53fa21ee7a069f4.zip | |
Remove unneeded #define POSIX
* src/s/gnu-linux.h, src/s/sol2-6.h: No longer define POSIX,
unused since 2011-01-17 change to systty.h.
* admin/CPP-DEFINES: Related edit.
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 91e8e64b8b5..c7567cfcbcb 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -71,7 +71,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 71 | your system and must be used only through an encapsulation | 71 | your system and must be used only through an encapsulation |
| 72 | (Which you should place, by convention, in sysdep.c). */ | 72 | (Which you should place, by convention, in sysdep.c). */ |
| 73 | 73 | ||
| 74 | #define POSIX /* affects getpagesize.h and systty.h */ | ||
| 75 | 74 | ||
| 76 | /* This is to work around mysterious gcc failures in some system versions. | 75 | /* This is to work around mysterious gcc failures in some system versions. |
| 77 | It is unlikely that Emacs changes will work around this problem; | 76 | It is unlikely that Emacs changes will work around this problem; |