blob: 2849aacf953b1ef31609f3f7aa695c550db4ef9f [file] [log] [blame]
//===-- Implementation header for sigfillset --------------------*- C++ -*-===//
//
// 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_SRC_SIGNAL_SIGFILLSET_H
#define LLVM_LIBC_SRC_SIGNAL_SIGFILLSET_H
#include "hdr/types/sigset_t.h"
namespace LIBC_NAMESPACE {
int sigfillset(sigset_t *set);
} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_SIGNAL_SIGFILLSET_H