From bcd96d92f3239aff3152afe8ff4e72f3aa2ea287 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 7 Jul 2015 06:26:06 +0000 Subject: random.c: try getrandom * random.c (fill_random_bytes_syscall): try getrandom system call on Linux if supported by the kernel. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 5f1946ad85..b63174c6df 100644 --- a/common.mk +++ b/common.mk @@ -1893,6 +1893,7 @@ random.$(OBJEXT): {$(VPATH)}io.h random.$(OBJEXT): {$(VPATH)}missing.h random.$(OBJEXT): {$(VPATH)}oniguruma.h random.$(OBJEXT): {$(VPATH)}random.c +random.$(OBJEXT): {$(VPATH)}ruby_atomic.h random.$(OBJEXT): {$(VPATH)}siphash.c random.$(OBJEXT): {$(VPATH)}siphash.h random.$(OBJEXT): {$(VPATH)}st.h -- cgit v1.2.3