mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 17:18:24 +00:00
[SAL] Update SAL,Add socketpair sendmsg recvmsg function (#8293)
This commit is contained in:
@@ -174,7 +174,7 @@ int dfs_file_isdir(const char *path);
|
||||
int dfs_file_access(const char *path, mode_t mode);
|
||||
int dfs_file_chdir(const char *path);
|
||||
char *dfs_file_getcwd(char *buf, size_t size);
|
||||
|
||||
char *dfs_nolink_path(struct dfs_mnt **mnt, char *fullpath, int mode);
|
||||
#ifdef RT_USING_SMART
|
||||
int dfs_file_mmap2(struct dfs_file *file, struct dfs_mmap2_args *mmap2);
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ struct dfs_dentry* dfs_file_follow_link(struct dfs_dentry *dentry)
|
||||
*
|
||||
* @return new path.
|
||||
*/
|
||||
static char *dfs_nolink_path(struct dfs_mnt **mnt, char *fullpath, int mode)
|
||||
char *dfs_nolink_path(struct dfs_mnt **mnt, char *fullpath, int mode)
|
||||
{
|
||||
int index = 0;
|
||||
char *path = RT_NULL;
|
||||
|
||||
Reference in New Issue
Block a user