summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-03 01:39:18 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-03 01:39:18 +0200
commit95bc8914a77f53bed4528c42afcce0cae4f8d5ea (patch)
tree1bf38e95e808d54acedcb089dcd85810d9ac20ac
parent185ed498eef2733ec8e39f8bd9e3ed9930eefa53 (diff)
difftime.3: Don't suggest redefining a reserved identifier
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/difftime.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/difftime.3 b/man3/difftime.3
index 60d348977..4ecb160ba 100644
--- a/man3/difftime.3
+++ b/man3/difftime.3
@@ -58,7 +58,7 @@ define
.PP
.in +4n
.EX
-#define difftime(t1,t0) (double)(t1 \- t0)
+#define my_difftime(t1,t0) (double)(t1 \- t0)
.EE
.in
.PP