diff options
Diffstat (limited to 'coregrind/m_redir.c')
-rw-r--r-- | coregrind/m_redir.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coregrind/m_redir.c b/coregrind/m_redir.c index db7131f9..065b61aa 100644 --- a/coregrind/m_redir.c +++ b/coregrind/m_redir.c @@ -1078,6 +1078,9 @@ void VG_(redir_initialise) ( void ) (Addr)&VG_(amd64_darwin_REDIR_FOR_arc4random), NULL); } +# elif defined(VGP_s390x_linux) + /* nothing so far */ + # else # error Unknown platform # endif |