summaryrefslogtreecommitdiffstats
path: root/cmds/interrupter
Commit message (Collapse)AuthorAgeFilesLines
* Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe2014-11-071-1/+3
| | | | | | Fix small warnings, turn on -Wall -Werror. Change-Id: Iab1f01a7c7ebd6ba832b75067c5e395f380a1b8b
* Add interrupter library to simulate EINTRKenny Root2012-10-153-0/+153
To check for robustness against EINTR from syscalls, add an interrupter library that can be preloaded with LD_PRELOAD. Change-Id: I0a6cd8702ec5bc6b2927a5e223ee3cdc033860a2