зеркало из https://github.com/github/ruby.git
* configure.in: Fix a typo. Should check endgrent() instead of
endgrnam(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8583a7df7b
Коммит
d7b32fb4c1
|
@ -1,7 +1,12 @@
|
|||
Sun Apr 28 02:41:05 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* configure.in: Fix a typo. Should check endgrent() instead of
|
||||
endgrnam().
|
||||
|
||||
Sun Apr 28 00:35:45 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* process.c (obj2gid): Don't call endgrnam() if not exist.
|
||||
Bionic (Android's libc) don't have endgrnam().
|
||||
* process.c (obj2gid): Don't call endgrent() if not exist.
|
||||
Bionic (Android's libc) don't have endgrent().
|
||||
|
||||
* configure.in: Check endgrnam function.
|
||||
|
||||
|
|
|
@ -1701,7 +1701,7 @@ AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall __syscall chroot ge
|
|||
setrgid setegid setregid setresgid issetugid pause lchown lchmod\
|
||||
getpgrp setpgrp getpgid setpgid initgroups getgroups setgroups\
|
||||
getpriority getrlimit setrlimit sysconf close \
|
||||
getpwnam_r getgrnam_r endgrnam \
|
||||
getpwnam_r getgrnam_r endgrent \
|
||||
dlopen sigprocmask sigaction _setjmp _longjmp\
|
||||
getsid setsid telldir seekdir fchmod cosh sinh tanh log2 round llabs\
|
||||
setuid setgid daemon select_large_fdset setenv unsetenv\
|
||||
|
|
Загрузка…
Ссылка в новой задаче