Skip to content

Commit

Permalink
Remove mkfifo() prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 29, 2024
1 parent 1092d9b commit 3dab207
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc/calls/calls.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ int linkat(int, const char *, int, const char *, int) libcesque __read_only(2) _
int mincore(void *, size_t, unsigned char *) libcesque __read_only(1) __write_only(3);
int mkdir(const char *, unsigned) libcesque __read_only(1);
int mkdirat(int, const char *, unsigned) libcesque __read_only(2);
int mkfifo(const char *, unsigned);
int mknod(const char *, unsigned, uint64_t) libcesque __read_only(1);
int nice(int) libcesque;
int open(const char *, int, ...) libcesque __read_only(1);
Expand Down

0 comments on commit 3dab207

Please sign in to comment.