Remove mkfifo() prototype

This commit is contained in:
Justine Tunney 2024-07-29 07:42:54 -07:00
parent 1092d9b7e8
commit 3dab207351
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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);