Should fix the build under FreeBSD, problem reported by Alexander Deynichenko.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16215 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-02-03 12:14:56 +00:00
parent 90058ff6af
commit 40b8343312

View File

@ -14,6 +14,7 @@ extern "C" {
// Is kernel-only under Linux.
extern size_t strlcpy(char *dest, const char *source, size_t length);
extern size_t strlcat(char *dest, const char *source, size_t length);
// BeOS only
extern ssize_t read_pos(int fd, off_t pos, void *buffer, size_t count);