implement reallocarray on macOS
This commit is contained in:
@ -18,6 +18,7 @@ typedef struct {
|
||||
|
||||
ProcessData *new_ProcessData();
|
||||
int update_process(pid_t pid, ProcessData *proc);
|
||||
void *reallocarray(void *optr, size_t nmemb, size_t size);
|
||||
|
||||
#endif /* defined(__APPLE__) || defined(__MACH__) */
|
||||
#endif /* LIBFLINT_MACOS_H */
|
||||
|
Reference in New Issue
Block a user