Changeset 81c4e6ec in mainline for uspace/lib/c


Ignore:
Timestamp:
2020-07-05T20:46:27Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Parents:
a73aaec1
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:37:10)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-07-05 20:46:27)
Message:

removing adt/array and replace it with adt/list in sysman

Location:
uspace/lib/c
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    ra73aaec1 r81c4e6ec  
    145145        generic/loader.c \
    146146        generic/getopt.c \
    147         generic/adt/array.c \
    148147        generic/adt/checksum.c \
    149148        generic/adt/circ_buf.c \
     
    192191
    193192TEST_SOURCES = \
    194         test/adt/array.c \
    195193        test/adt/circ_buf.c \
    196194        test/adt/odict.c \
  • uspace/lib/c/test/main.c

    ra73aaec1 r81c4e6ec  
    3232PCUT_INIT;
    3333
    34 PCUT_IMPORT(array);
    3534PCUT_IMPORT(cap);
    3635PCUT_IMPORT(casting);
Note: See TracChangeset for help on using the changeset viewer.