Put malloc.c after malloc in .distr file, otherwise it cannot be made
This commit is contained in:
parent
697dc9b1de
commit
6e48c50a6c
|
@ -14,7 +14,6 @@ ext_fmt.h
|
|||
getenv.c
|
||||
labs.c
|
||||
ldiv.c
|
||||
malloc.c
|
||||
mblen.c
|
||||
mbstowcs.c
|
||||
mbtowc.c
|
||||
|
@ -26,3 +25,4 @@ system.c
|
|||
wcstombs.c
|
||||
wctomb.c
|
||||
malloc
|
||||
malloc.c
|
||||
|
|
Loading…
Reference in a new issue