Changeset b169619 in mainline for uspace/lib/c/meson.build


Ignore:
Timestamp:
2023-10-27T17:38:32Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
44e8541
Parents:
c89ae25
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 13:19:20)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:32)
Message:

Deduplicate mem functions

There are a number of functions which are copied between
kernel, libc, and potentially boot too. mem*() functions
are first such offenders. All this duplicate code will
be moved to directory 'common'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/meson.build

    rc89ae25 rb169619  
    4242        root_path / 'abi' / 'arch' / UARCH / 'include',
    4343        root_path / 'abi' / 'include',
     44        root_path / 'common' / 'include',
    4445]
    4546
     
    6061
    6162src += files(
     63        'common/stdc/mem.c',
    6264        'generic/libc.c',
    6365        'generic/as.c',
     
    8587        'generic/ipc_test.c',
    8688        'generic/loc.c',
    87         'generic/mem.c',
    8889        'generic/str.c',
    8990        'generic/string.c',
Note: See TracChangeset for help on using the changeset viewer.