From mboxrd@z Thu Jan 1 00:00:00 1970 From: John S. Kallal To: gdb@sources.redhat.com Subject: Is GDB using reserved TYPEDEF identifiers? [REPOST] Date: Thu, 21 Jun 2001 10:27:00 -0000 Message-id: <01062113300700.01520@CyberMax> X-SW-Source: 2001-06/msg00174.html I think that POSIX reserves all identifiers defined with a typedef statement that that end with the characters "_t" for use within the POSIX header files. I note that the GDB source code uses a lot a such identifiers.  Should we change to another suffix such as "_td" and document that requirement in the GDB coding rules within file 'gdbint.texinfo'? Sorry about the poor header in the prevous mailing, I recently switched my mailing program. John S. Kallal