aboutsummaryrefslogtreecommitdiffstats
path: root/lib/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloc.c')
-rw-r--r--lib/malloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/malloc.c b/lib/malloc.c
index f334dd6e96d..92f8c841cd7 100644
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -1,6 +1,7 @@
1/* malloc() function that is glibc compatible. 1/* malloc() function that is glibc compatible.
2 2
3 Copyright (C) 1997-1998, 2006-2007, 2009-2022 Free Software Foundation, Inc. 3 Copyright (C) 1997-1998, 2006-2007, 2009-2023 Free Software
4 Foundation, Inc.
4 5
5 This file is free software: you can redistribute it and/or modify 6 This file is free software: you can redistribute it and/or modify
6 it under the terms of the GNU Lesser General Public License as 7 it under the terms of the GNU Lesser General Public License as