Buckets:
| // -*- 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 | |
| // | |
| //===----------------------------------------------------------------------===// | |
| /* | |
| csignal synopsis | |
| Macros: | |
| SIG_DFL | |
| SIG_ERR | |
| SIG_IGN | |
| SIGABRT | |
| SIGFPE | |
| SIGILL | |
| SIGINT | |
| SIGSEGV | |
| SIGTERM | |
| namespace std | |
| { | |
| Types: | |
| sig_atomic_t | |
| void (*signal(int sig, void (*func)(int)))(int); | |
| int raise(int sig); | |
| } // std | |
| */ | |
| // <signal.h> is not provided by libc++ | |
| _LIBCPP_BEGIN_NAMESPACE_STD | |
| using ::sig_atomic_t _LIBCPP_USING_IF_EXISTS; | |
| using ::signal _LIBCPP_USING_IF_EXISTS; | |
| using ::raise _LIBCPP_USING_IF_EXISTS; | |
| _LIBCPP_END_NAMESPACE_STD | |
Xet Storage Details
- Size:
- 1.47 kB
- Xet hash:
- 4783059a4b0d710a29783d93566161e2b523e19810d262b39ce4f597bcf06fbf
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.