diff options
author | gdbadmin <gdbadmin@sourceware.org> | 2010-09-01 01:53:43 +0000 |
---|---|---|
committer | gdbadmin <gdbadmin@sourceware.org> | 2010-09-01 01:53:43 +0000 |
commit | 6cebaf6e1ae4a9f02d9d9136fccbab1ef06b1b6e (patch) | |
tree | 94bcdb617fd5dc4078b5a0fa92cad8c45e048a9e /readline | |
parent | a1723c35ac1fdb9cd0f250546c914122ad39f8c3 (diff) | |
download | gdb-6cebaf6e1ae4a9f02d9d9136fccbab1ef06b1b6e.zip gdb-6cebaf6e1ae4a9f02d9d9136fccbab1ef06b1b6e.tar.gz gdb-6cebaf6e1ae4a9f02d9d9136fccbab1ef06b1b6e.tar.bz2 |
use xsnprintf instead of snprintf.
snprintf is not available on LynxOS, so I changed the calls to snprintf
to calls to xsnprintf, which should be strictly equivalent.
gdb/gdbserver/ChangeLog:
* utils.c (xsnprintf): Make non-static.
* server.h: Add xsnprintf declaration.
* linux-low.c, nto-low.c, target.c, thread-db.c, tracepoint.c:
replace calls to snprintf by calls to xsnprintf throughout.
Diffstat (limited to 'readline')
0 files changed, 0 insertions, 0 deletions