Sam Lantinga 2022-07-30 16:34:40 -07:00
parent ce5a23bd57
commit 7f42fb54ad
1 changed files with 1 additions and 1 deletions

View File

@ -1249,7 +1249,7 @@ extern "C"
#ifndef LACKS_UNISTD_H
#include <unistd.h> /* for sbrk */
#else /* LACKS_UNISTD_H */
#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
extern void *sbrk(ptrdiff_t);
#endif /* FreeBSD etc */
#endif /* LACKS_UNISTD_H */