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:
@@ -14,6 +14,7 @@ extern "C" {
|
|||||||
|
|
||||||
// Is kernel-only under Linux.
|
// Is kernel-only under Linux.
|
||||||
extern size_t strlcpy(char *dest, const char *source, size_t length);
|
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
|
// BeOS only
|
||||||
extern ssize_t read_pos(int fd, off_t pos, void *buffer, size_t count);
|
extern ssize_t read_pos(int fd, off_t pos, void *buffer, size_t count);
|
||||||
|
|||||||
Reference in New Issue
Block a user