htop/Compat.h

20 lines
428 B
C
Raw Normal View History

2020-10-26 20:16:43 +00:00
#ifndef HEADER_Compat
#define HEADER_Compat
/*
htop - Compat.h
(C) 2020 Christian Göttsche
Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
#include <sys/stat.h>
int Compat_fstatat(int dirfd,
const char* dirpath,
const char* pathname,
struct stat* statbuf,
int flags);
#endif /* HEADER_Compat */