summaryrefslogtreecommitdiff
path: root/lib/libc/gen/ctermid.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/ctermid.c')
-rw-r--r--lib/libc/gen/ctermid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/ctermid.c b/lib/libc/gen/ctermid.c
index fddce642d9b..1fe8ba482aa 100644
--- a/lib/libc/gen/ctermid.c
+++ b/lib/libc/gen/ctermid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ctermid.c,v 1.7 2006/01/13 18:10:10 miod Exp $ */
+/* $OpenBSD: ctermid.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -43,3 +43,4 @@ ctermid(char *s)
}
return(def);
}
+DEF_WEAK(ctermid);