Skip to content

Commit

Permalink
* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
Browse files Browse the repository at this point in the history
  32bit FreeBSD. [ruby-core:47360] [Bug #6948]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Aug 29, 2012
1 parent 9871dd5 commit cc4c0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Wed Aug 29 14:34:41 2012 NARUSE, Yui <naruse@ruby-lang.org>

* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
32bit FreeBSD. [ruby-core:47360] [Bug #6948]

Wed Aug 29 04:50:04 2012 Martin Bosslet <Martin.Bosslet@googlemail.com>

* test/openssl/utils.rb
Expand Down
1 change: 1 addition & 0 deletions addr2line.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
Expand Down

0 comments on commit cc4c0ab

Please sign in to comment.