Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 888467
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- a/src/shared/util.c 2022-11-10 21:24:03.000000000 +0100
0
++ b/src/shared/util.cn 2022-12-26 11:36:46.006714075 +0100
Lines 28-33 Link Here
28
#include <sys/random.h>
28
#include <sys/random.h>
29
#endif
29
#endif
30
30
31
/* define MAX_INPUT for musl */
32
#ifndef MAX_INPUT
33
#define MAX_INPUT _POSIX_MAX_INPUT
34
#endif
35
31
#include "src/shared/util.h"
36
#include "src/shared/util.h"
32
37
33
void *util_malloc(size_t size)
38
void *util_malloc(size_t size)

Return to bug 888467