*** empty log message ***
[binutils-gdb.git] / gdb / serial.h
index ecb357706e92509735be166e1cfd6eef59bee1ff..7690501b89aec75df041dd71473c959955b25cc6 100644 (file)
@@ -87,7 +87,7 @@ extern int serial_write (struct serial *scb, const char *str, int len);
 /* Write a printf style string onto the serial port.  */
 
 extern void serial_printf (struct serial *desc, 
-                          const char *,...) ATTR_FORMAT (printf, 2, 3);
+                          const char *,...) ATTRIBUTE_PRINTF (2, 3);
 
 /* Allow pending output to drain.  */