]> sigrok.org Git - libsigrok.git/commit
Don't define names ending with _t (POSIX reserved).
authorUwe Hermann <redacted>
Sat, 3 May 2014 20:14:01 +0000 (22:14 +0200)
committerUwe Hermann <redacted>
Sun, 4 May 2014 14:16:17 +0000 (16:16 +0200)
commit144f6660d004d60264a57db7150ed90e5f68ea77
treea8f68db4cd7348bb3ca595f760f27bf87657c0be
parent999f6730c66fafc76fe32f7090cc740d901a2226
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
18 files changed:
hardware/brymen-dmm/protocol.c
hardware/brymen-dmm/protocol.h
hardware/common/scpi.c
hardware/common/scpi_serial.c
hardware/common/scpi_tcp.c
hardware/common/scpi_usbtmc.c
hardware/common/scpi_usbtmc_libusb.c
hardware/common/scpi_visa.c
hardware/common/scpi_vxi.c
hardware/common/serial.c
hardware/common/usb.c
hwdriver.c
libsigrok-internal.h
libsigrok.h
log.c
proto.h
session.c
std.c