summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/timer_create.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1997-04-26 08:49:33 +0000
committertholo <tholo@openbsd.org>1997-04-26 08:49:33 +0000
commitfec2e44ed066f6dc78ac92ad54ea0c6dc2c8099d (patch)
tree95c6d22dd3181c842503976f237857d960e135d5 /lib/libc/sys/timer_create.c
parentAllow a private tag when we expand RCS identifiers ourselves as well. (diff)
downloadwireguard-openbsd-fec2e44ed066f6dc78ac92ad54ea0c6dc2c8099d.tar.xz
wireguard-openbsd-fec2e44ed066f6dc78ac92ad54ea0c6dc2c8099d.zip
Add $OpenBSD$ tags
Diffstat (limited to 'lib/libc/sys/timer_create.c')
-rw-r--r--lib/libc/sys/timer_create.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/sys/timer_create.c b/lib/libc/sys/timer_create.c
index 43ca4681fc8..d3b0b088212 100644
--- a/lib/libc/sys/timer_create.c
+++ b/lib/libc/sys/timer_create.c
@@ -1,3 +1,7 @@
+#if defined(SYSLIBC_SCCS) && !defined(lint)
+static char rcsid[] = "$OpenBSD: timer_create.c,v 1.2 1997/04/26 08:49:33 tholo Exp $";
+#endif /* SYSLIBC_SCCS and not lint */
+
#include <signal.h>
#include <time.h>
#include <errno.h>