Files
clang-p2996/libc/include/sys/random.h.def
Schrodinger ZHU Yifan 9eb11856cf Implement getrandom function for linux targets.
Reviewed By: michaelrj, sivachandra

Differential Revision: https://reviews.llvm.org/D134665
2022-10-10 11:00:35 -07:00

19 lines
564 B
Modula-2

//===-- Linux sys/random.h ------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SYS_RANDOM_H
#define LLVM_LIBC_SYS_RANDOM_H
#include <__llvm-libc-common.h>
#include <llvm-libc-macros/sys-random-macros.h>
%%public_api()
#endif // LLVM_LIBC_SYS_RANDOM_H