зеркало из https://github.com/github/ruby.git
* addr2line.c: SIZE_MAX is defined in stdint.h, so r36755 breaks
32bit FreeBSD. [ruby-core:47360] [Bug #6948] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9871dd5783
Коммит
cc4c0ab862
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче