Skip to content

Commit

Permalink
[BZ #1228]
Browse files Browse the repository at this point in the history
..
2005-09-13  Jakub Jelinek  <jakub@redhat.com>

	[BZ #1228]
	* include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these
	are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not
	-std=c99.
  • Loading branch information
Ulrich Drepper committed Oct 16, 2005
1 parent 3158a33 commit f53d5af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2005-09-13 Jakub Jelinek <jakub@redhat.com>

[BZ #1228]
* include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these
are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not
-std=c99.

2005-10-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.
Expand Down

0 comments on commit f53d5af

Please sign in to comment.