kmod/shared
Lucas De Marchi e4a72e4754 shared: fix UNIQ definition
We need a macro indirection for UNIQ to work. Otherwise it won't be
unique at all since it will just append "UNIQ" to the name:

In file included from testsuite/test-init.c:30:

testsuite/testsuite.h:142:27: error: redefinition of ‘stest_load_resourcesUNIQ’
2020-12-27 16:40:08 -08:00
..
.gitignore Move generic util functions to shared directory 2014-10-03 00:33:25 -03:00
array.c Fix includes after change to build-sys 2015-01-02 12:41:01 -02:00
array.h Move array implementation to shared directory 2014-10-03 00:33:25 -03:00
hash.c Remove FSF mailing address 2014-12-25 23:41:34 -02:00
hash.h Move hash implementation to shared directory 2014-10-03 00:40:11 -03:00
macro.h shared: fix UNIQ definition 2020-12-27 16:40:08 -08:00
missing.h
scratchbuf.c Add scratchbuf implementation 2016-08-15 10:26:42 -03:00
scratchbuf.h shared: make scratchbuf_str static 2016-11-10 22:14:27 -02:00
strbuf.c Remove FSF mailing address 2014-12-25 23:41:34 -02:00
strbuf.h shared: rename prefixes of strbuf functions 2014-10-11 13:25:51 -03:00
util.c add Zstandard compression support 2020-09-10 21:55:01 -07:00
util.h util: use UINT64_MAX 2015-03-23 23:47:23 -03:00