bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/66] ddb/db_output.h: add comment


From: Marin Ramesa
Subject: [PATCH 08/66] ddb/db_output.h: add comment
Date: Thu, 5 Dec 2013 22:03:02 +0100

Add comment saying that kdbprintf is an alternate name for
db_printf().

* ddb/db_output.h: Add comment.

---
 ddb/db_output.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ddb/db_output.h b/ddb/db_output.h
index 8d74f88..35c39a6 100644
--- a/ddb/db_output.h
+++ b/ddb/db_output.h
@@ -35,6 +35,7 @@
 #ifndef _DDB_DB_OUTPUT_H_
 #define _DDB_DB_OUTPUT_H_
 
+/* Alternate name for db_printf(). */
 #define kdbprintf db_printf
 
 extern void    db_force_whitespace(void);
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]