This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Mon, 30 Aug 2010 10:14:12 +0200, Mark Kettenis wrote:The _t suffix is actually reserved by POSIX, so using it is actually a bad idea. Perhaps change it to gdb_target_signal, or just target_signal (making it a typedef for an anonymous enum)?
I see too many types in GDB and everywhere ending with _t (ptid_t for all).
I do not mind at all about the type name but before reposting the patchset I would like agreement from one more global maintainer.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |