Loading...
Searching...
No Matches
18#pragma GCC system_header
19#include_next <fcntl.h>
21#ifndef _COBALT_FCNTL_H
22#define _COBALT_FCNTL_H
24#include <cobalt/wrappers.h>
30COBALT_DECL(
int, open, (
const char *path,
int oflag, ...));
32COBALT_DECL(
int, open64, (
const char *path,
int oflag, ...));
34COBALT_DECL(
int, __open_2, (
const char *path,
int oflag));
36COBALT_DECL(
int, __open64_2, (
const char *path,
int oflag));
38COBALT_DECL(
int, fcntl, (
int fd,
int cmd, ...));