Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/meson.build

    r163e34c r1c1767f  
    4040        'common/adt/list.c',
    4141        'common/adt/odict.c',
    42         'common/gsort.c',
    4342        'common/printf/printf_core.c',
    4443        'common/stdc/calloc.c',
    4544        'common/stdc/ctype.c',
    4645        'common/stdc/mem.c',
    47         'common/stdc/snprintf.c',
    48         'common/stdc/vsnprintf.c',
     46        'common/gsort.c',
    4947        'common/str.c',
    5048        'common/str_error.c',
     
    9896        'src/mm/reserve.c',
    9997        'src/printf/printf.c',
     98        'src/printf/snprintf.c',
    10099        'src/printf/vprintf.c',
     100        'src/printf/vsnprintf.c',
    101101        'src/proc/program.c',
    102102        'src/proc/scheduler.c',
Note: See TracChangeset for help on using the changeset viewer.