]> andersk Git - openssh.git/blame - openbsd-compat/getcwd.h
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
[openssh.git] / openbsd-compat / getcwd.h
CommitLineData
443172c4 1#ifndef _BSD_GETCWD_H
2#define _BSD_GETCWD_H
3#include "config.h"
4
5#if !defined(HAVE_GETCWD)
6
7char *getcwd(char *pt, size_t size);
8
9#endif /* !defined(HAVE_GETCWD) */
10#endif /* _BSD_GETCWD_H */
This page took 0.126295 seconds and 5 git commands to generate.