1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

declare write()

modified:   stub/src/include/darwin.h
This commit is contained in:
John Reiser 2017-12-12 10:50:50 -08:00
parent 64557bee43
commit 50aa63a5a0

View File

@ -97,6 +97,7 @@ void exit(int) __attribute__((__noreturn__,__nothrow__));
int mprotect(void *, size_t, int);
extern int munmap(char *, size_t);
int open(char const *, int, ...);
extern ssize_t write(int, char const *, size_t);
/*************************************************************************