mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-05-08 12:22:14 +00:00
Applied DragonFly BSD patch
https://github.com/DragonFlyBSD/DeltaPorts/blob/master/ports/devel/sdl20/dragonfly/patch-src_stdlib_SDL__malloc.c
This commit is contained in:
parent
ce5a23bd57
commit
7f42fb54ad
|
@ -1249,7 +1249,7 @@ extern "C"
|
||||||
#ifndef LACKS_UNISTD_H
|
#ifndef LACKS_UNISTD_H
|
||||||
#include <unistd.h> /* for sbrk */
|
#include <unistd.h> /* for sbrk */
|
||||||
#else /* LACKS_UNISTD_H */
|
#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);
|
extern void *sbrk(ptrdiff_t);
|
||||||
#endif /* FreeBSD etc */
|
#endif /* FreeBSD etc */
|
||||||
#endif /* LACKS_UNISTD_H */
|
#endif /* LACKS_UNISTD_H */
|
||||||
|
|
Loading…
Reference in a new issue