summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/arc4random_getentropy_fail.c
blob: 8670064126ec0ca481db448bb01a9038d64152fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2017 embedded brains GmbH.  All rights reserved.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#include <machine/_arc4random.h>
#include <rtems/score/interr.h>

void _arc4random_getentropy_fail( void )
{
  _Internal_error( INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL );
}