Skip to content

Commit a885e43

Browse files
committed
add missing const (for FreeBSD)
1 parent e94e59e commit a885e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc.alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ realloc(ptr_t cp, size_t nbytes)
457457
#ifdef __linux__
458458
#define M_U_S_CONST
459459
#else
460-
#define M_U_S_CONST
460+
#define M_U_S_CONST const
461461
#endif
462462
size_t malloc_usable_size(M_U_S_CONST void *);
463463
size_t

0 commit comments

Comments
 (0)