[flang] Accept polymorphic component element in storage_size
[llvm-project.git] / libc / src / fcntl / linux / CMakeLists.txt
blob926292ca93cd24f02bc87c035aa565155408569e
1 add_entrypoint_object(
2   creat
3   SRCS
4     creat.cpp
5   HDRS
6     ../creat.h
7   DEPENDS
8     libc.include.errno
9     libc.include.fcntl
10     libc.src.__support.OSUtil.osutil
11     libc.src.errno.errno
14 add_entrypoint_object(
15   open
16   SRCS
17     open.cpp
18   HDRS
19     ../open.h
20   DEPENDS
21     libc.include.errno
22     libc.include.fcntl
23     libc.src.__support.OSUtil.osutil
24     libc.src.errno.errno
27 add_entrypoint_object(
28   openat
29   SRCS
30     openat.cpp
31   HDRS
32     ../openat.h
33   DEPENDS
34     libc.include.errno
35     libc.include.fcntl
36     libc.src.__support.OSUtil.osutil
37     libc.src.errno.errno