Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
c12a6b7066ed6ae7be439b20e7d55c1a3c7459bc
/
.
/
bsd-getcwd.h
blob: bee73865718b5eecc4893b3e4ab111615282c3b3 [
file
] [
log
] [
blame
]
#ifndef
_BSD_GETCWD_H
#define
_BSD_GETCWD_H
#include
"config.h"
#if !defined(HAVE_GETCWD)
char
*
getcwd
(
char
*
pt
,
size_t
size
);
#endif
/* !defined(HAVE_GETCWD) */
#endif
/* _BSD_GETCWD_H */