]> sigrok.org Git - libsigrokdecode.git/commit
Don't define names ending with _t (POSIX reserved).
authorUwe Hermann <redacted>
Sat, 3 May 2014 20:45:50 +0000 (22:45 +0200)
committerUwe Hermann <redacted>
Sat, 3 May 2014 20:52:54 +0000 (22:52 +0200)
commit2372b1998ae5d252433d7a7a07744ba2ea81b96e
tree82ec473b82266c79c249f28c8d503b3757d9a088
parent5cdc02d4a6947966135aada5f3dcaccfd3e94413
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
libsigrokdecode.h
log.c
session.c
tests/runtc.c