summaryrefslogtreecommitdiffstats
path: root/bsd-realpath.h
blob: dc3579dd3d7a99b45f3986bad9c5864add23e2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _BSD_REALPATH_H
#define _BSD_REALPATH_H

#include "config.h"

#if !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH)

char *realpath(const char *path, char *resolved);

#endif /* !defined(HAVE_REALPATH) || defined(BROKEN_REALPATH) */
#endif /* _BSD_REALPATH_H */