mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Move prototypes of mkfifo2() from sys/stat.h and pipe2() from unistd.h. They are non-standard and should not be in such a public place. They are not in include/nuttx/fs/fs.h (which isn't a great place either).
This commit is contained in:
@@ -130,7 +130,6 @@ extern "C"
|
||||
#endif
|
||||
|
||||
int mkdir(FAR const char *pathname, mode_t mode);
|
||||
int mkfifo2(FAR const char *pathname, mode_t mode, size_t bufsize); /* NuttX only */
|
||||
int mkfifo(FAR const char *pathname, mode_t mode);
|
||||
int stat(const char *path, FAR struct stat *buf);
|
||||
#if 0 /* Not yet supported */
|
||||
|
||||
Reference in New Issue
Block a user