Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/system/lib/llvm-libc/include/llvm-libc-macros/fcntl-macros.h
6179 views
1
#ifndef LLVM_LIBC_MACROS_FCNTL_MACROS_H
2
#define LLVM_LIBC_MACROS_FCNTL_MACROS_H
3
4
#ifdef __linux__
5
#include "linux/fcntl-macros.h"
6
#endif
7
8
#endif // LLVM_LIBC_MACROS_FCNTL_MACROS_H
9
10