File: sys-stat.h

package info (click to toggle)
rdma-core 61.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,124 kB
  • sloc: ansic: 176,798; python: 15,496; sh: 2,742; perl: 1,465; makefile: 73
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#ifndef _FIXUP_SYS_STAT_H
#define _FIXUP_SYS_STAT_H

#include_next <sys/stat.h>

extern int __fxstat(int __ver, int __fildes, struct stat *__stat_buf);
#endif