mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (socketpair): need to be checked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
55a72de52b
commit
03ab812585
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
||||||
Sat Nov 12 02:10:08 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sat Nov 12 08:36:40 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in, eval.c, intern.h: check fd_mask type.
|
* configure.in, eval.c, intern.h: check fd_mask type.
|
||||||
|
|
||||||
|
* configure.in (socketpair): need to be checked.
|
||||||
|
|
||||||
Fri Nov 11 19:53:47 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
Fri Nov 11 19:53:47 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||||
|
|
||||||
* eval.c, intern.h: failed to compile where NFDBITS is defined but
|
* eval.c, intern.h: failed to compile where NFDBITS is defined but
|
||||||
|
|
|
@ -500,7 +500,7 @@ AC_REPLACE_FUNCS(dup2 memmove strcasecmp strncasecmp strerror strftime\
|
||||||
isnan finite isinf hypot acosh erf)
|
isnan finite isinf hypot acosh erf)
|
||||||
AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd\
|
AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot fsync getcwd\
|
||||||
truncate chsize times utimes fcntl lockf lstat link symlink readlink\
|
truncate chsize times utimes fcntl lockf lstat link symlink readlink\
|
||||||
setitimer setruid seteuid setreuid setresuid setproctitle\
|
setitimer setruid seteuid setreuid setresuid setproctitle socketpair\
|
||||||
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
|
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
|
||||||
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
|
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
|
||||||
getpriority getrlimit setrlimit\
|
getpriority getrlimit setrlimit\
|
||||||
|
|
Loading…
Reference in a new issue