ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/emman.c
(Generate patch)

Comparing rxvt-unicode/src/emman.c (file contents):
Revision 1.7 by root, Thu Oct 30 21:59:18 2014 UTC vs.
Revision 1.8 by root, Tue Jun 25 03:35:01 2019 UTC

1/* enable mremap on GNU/Linux */ 1/* enable mremap on GNU/Linux */
2#ifdef __linux__ 2#ifdef __linux__
3# undef _GNU_SOURCE
3# define _GNU_SOURCE 4# define _GNU_SOURCE
4#endif 5#endif
5 6
6/* enable the POSIX prototypes of mmap/munmap on Solaris */ 7/* enable the POSIX prototypes of mmap/munmap on Solaris */
7#ifdef __sun 8#ifdef __sun

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines