RTEMS  5.1
Macros | Functions
stat.c File Reference

Get File Status. More...

#include <sys/stat.h>
#include <string.h>
#include <rtems/libio_.h>

Macros

#define _STAT_NAME   stat
 
#define _STAT_R_NAME   _stat_r
 
#define _STAT_FOLLOW_LINKS   RTEMS_FS_FOLLOW_LINK
 

Functions

int _STAT_NAME (const char *path, struct stat *buf)
 

Detailed Description

Get File Status.

Function Documentation

◆ _STAT_NAME()

int _STAT_NAME ( const char *  path,
struct stat *  buf 
)

POSIX 1003.1b 5.6.2 - Get File Status

Reused from lstat().