summaryrefslogtreecommitdiff
path: root/missing
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 06:58:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 06:58:21 +0000
commita8bfa9bdf1d203c8cf6c4515ea74aaaca5584f9a (patch)
treed85a22c486d9a20e06c02db30ee66917e0bad7e6 /missing
parent1258bc559b23c2075b8758484736674d0dab8b0d (diff)
use system crypt
* configure.in: revert r55237. replace crypt, not crypt_r, and check if crypt is broken more. * missing/crypt.c: move crypt_r.c * string.c (rb_str_crypt): use crypt_r if provided by the system. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing')
-rw-r--r--missing/crypt.c (renamed from missing/crypt_r.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/missing/crypt_r.c b/missing/crypt.c
index d55937865f..d55937865f 100644
--- a/missing/crypt_r.c
+++ b/missing/crypt.c