summaryrefslogblamecommitdiffstats
path: root/mount/realpath.h
blob: 016fc4849b9bf3401312c866616a6505f20564fe (plain) (tree)
1
2
3
4
5
6
7
8
9







                      
                                                                      

                       
#ifndef REALPATH_H
#define REALPATH_H

#include <limits.h>
#ifndef PATH_MAX
# define PATH_MAX 4096
#endif

extern char *myrealpath(const char *path, char *resolved_path, int m);

#endif /* REALPATH_H */