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