mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -11,13 +11,13 @@
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
int creat(const char* path, mode_t);
|
||||
int open(const char* path, int options, ...);
|
||||
int openat(int dirfd, const char* path, int options, ...);
|
||||
int creat(char const* path, mode_t);
|
||||
int open(char const* path, int options, ...);
|
||||
int openat(int dirfd, char const* path, int options, ...);
|
||||
|
||||
int fcntl(int fd, int cmd, ...);
|
||||
int create_inode_watcher(unsigned flags);
|
||||
int inode_watcher_add_watch(int fd, const char* path, size_t path_length, unsigned event_mask);
|
||||
int inode_watcher_add_watch(int fd, char const* path, size_t path_length, unsigned event_mask);
|
||||
int inode_watcher_remove_watch(int fd, int wd);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue