ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apple/libdispatch/dist/testing/shims/arc4random.h
Revision: 7723
Committed: Fri Aug 12 16:59:11 2016 UTC (7 years, 8 months ago) by laffer1
Content type: text/plain
File size: 849 byte(s)
Log Message:
libdispatch 210

File Contents

# Content
1 /*
2 * @APPLE_APACHE_LICENSE_HEADER_START@
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 * @APPLE_APACHE_LICENSE_HEADER_END@
17 */
18
19
20 #ifndef __DISPATCH_TESTS_SHIMS_ARC4RANDOM__
21 #define __DISPATCH_TESTS_SHIMS_ARC4RANDOM__
22
23 #ifndef HAVE_ARC4RANDOM
24 unsigned int arc4random();
25 #endif
26
27 #endif /* __DISPATCH_TESTS_SHIMS_ARC4RANDOM__ */
28
29