summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-05-03 22:45:50 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2014-05-03 22:52:54 +0200
commit2372b1998ae5d252433d7a7a07744ba2ea81b96e (patch)
tree82ec473b82266c79c249f28c8d503b3757d9a088 /tests
parent5cdc02d4a6947966135aada5f3dcaccfd3e94413 (diff)
downloadlibsigrokdecode-2372b1998ae5d252433d7a7a07744ba2ea81b96e.tar.gz
libsigrokdecode-2372b1998ae5d252433d7a7a07744ba2ea81b96e.zip
Don't define names ending with _t (POSIX reserved).
Avoid defining any names ending in _t, those are generally reserved for POSIX usage. For details see: http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_02.html http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html
Diffstat (limited to 'tests')
-rw-r--r--tests/runtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtc.c b/tests/runtc.c
index 25b4e38..cd3d449 100644
--- a/tests/runtc.c
+++ b/tests/runtc.c
@@ -327,7 +327,7 @@ static int run_testcase(char *infile, GSList *pdlist, struct output *op)
struct srd_session *sess;
struct srd_decoder *dec;
struct srd_decoder_inst *di, *prev_di;
- srd_pd_output_callback_t cb;
+ srd_pd_output_callback cb;
struct pd *pd;
struct channel *channel;
struct option *option;