зеркало из https://github.com/github/ruby.git
ext/socket/rubysocket.h: avoid the conflict of T_DATA definition in AIX
This commit is contained in:
Родитель
0e33028d69
Коммит
305c79af2f
|
@ -4,7 +4,7 @@
|
|||
#include "ruby/config.h"
|
||||
#include RUBY_EXTCONF_H
|
||||
|
||||
#ifdef __sun
|
||||
#if defined(__sun) || defined(_AIX)
|
||||
/* (Recent?) Solaris' <nfs/nfs.h> have conflicting definition of T_DATA. Let
|
||||
* us honour system definition by undefining ours.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче