X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fantithread%2F_info.c;h=24b4e997e0045aa08adbf7fe8902abec8ea4ffde;hp=81c23e8ce1ebdc32d287e3b9bc1eea787dfe2011;hb=6b73d11998591ec50e726cc2d4105ca85f38d87d;hpb=36e8b652d0aa045e6e427dc3851da24472ed6a95 diff --git a/ccan/antithread/_info.c b/ccan/antithread/_info.c index 81c23e8c..24b4e997 100644 --- a/ccan/antithread/_info.c +++ b/ccan/antithread/_info.c @@ -6,6 +6,8 @@ * antithread - Accelerated Native Technology Implementation of "threads" * * Threads suck. Antithreads try not to. FIXME. + * + * Licence: LGPL (2 or any later version) */ int main(int argc, char *argv[]) { @@ -16,6 +18,7 @@ int main(int argc, char *argv[]) printf("ccan/talloc\n"); printf("ccan/alloc\n"); printf("ccan/noerr\n"); + printf("ccan/read_write_all\n"); /* For tests */ return 0; }