| author | |
| committer | |
| log | 11a9eff36ef3d6dd7dbfec27e7b59d237607f6c9 |
| tree | 6ad1091bc5e49725e451ddae368d733d0bda8c35 |
| parent | b61733a4b8e2ee5e35e99423c5eece66f82f1947 |
1 files changed, 9 insertions(+), 0 deletions(-)
lib/libc/include/x86_64-macos-gnu/stdint.h+9| ... | ... | @@ -3,6 +3,15 @@ |
| 3 | 3 | * All rights reserved. |
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | /* | |
| 7 | * Note from the Zig project: | |
| 8 | * | |
| 9 | * Apple released their libc as a whole under the APSL 2.0 license [1], which | |
| 10 | * includes this file. Therefore, this file is governed by the APSL 2.0 license. | |
| 11 | * | |
| 12 | * [1]: https://opensource.apple.com/source/Libc/Libc-1353.100.2/ | |
| 13 | */ | |
| 14 | ||
| 6 | 15 | #ifndef _STDINT_H_ |
| 7 | 16 | #define _STDINT_H_ |
| 8 | 17 |