summaryrefslogtreecommitdiffstats
path: root/man3/timegm.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/timegm.3')
-rw-r--r--man3/timegm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/timegm.3 b/man3/timegm.3
index d8dd7f4da..9e590878c 100644
--- a/man3/timegm.3
+++ b/man3/timegm.3
@@ -12,8 +12,8 @@ Standard C library
.nf
.B #include <time.h>
.PP
-.BI "time_t timelocal(struct tm *" tm );
-.BI "time_t timegm(struct tm *" tm );
+.BI "[[gnu::nonnull]] time_t timelocal(struct tm *" tm );
+.BI "[[gnu::nonnull]] time_t timegm(struct tm *" tm );
.PP
.fi
.RS -4