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:
parent
90058ff6af
commit
40b8343312
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user