summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/printertask.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* printertask.c: Fix Unchecked return value (CID #1399710)Ryan Long2021-02-261-3/+8
| | | | | | | CID 1399710: Unchecked return value in printer_task(). CID 1472764: Unchecked return value in rtems_print_printer_task(). Closes #4258
* score: Add debug support to chainsSebastian Huber2016-07-221-0/+1
| | | | | | | This helps to detect * double insert, append, prepend errors, and * get from empty chain errors.
* Add printer taskSebastian Huber2016-06-221-0/+203