summaryrefslogtreecommitdiff
path: root/sys/src/libc/port/calloc.c
AgeCommit message (Collapse)Author
2016-11-05libc: move calloc() into its own compilation unitcinap_lenrek
move calloc() in its own compilation unit to avoid code duplication. also, calloc() is used rarely in plan9 programs.