diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-01-28 19:34:36 +0000 |
commit | 20b46180bc742f3850de362018712c14e5666062 (patch) | |
tree | 43a7cdbcb08aaafc20effe8b11c2e219635e61b6 /libexec/ld.so/strdup.c | |
parent | 8b4ee0567126b76c17a3aea24f11e116260516d7 (diff) |
$OpenBSD$
Diffstat (limited to 'libexec/ld.so/strdup.c')
-rw-r--r-- | libexec/ld.so/strdup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ld.so/strdup.c b/libexec/ld.so/strdup.c index e7737d39e67..9b84c6398ae 100644 --- a/libexec/ld.so/strdup.c +++ b/libexec/ld.so/strdup.c @@ -1,3 +1,5 @@ +/* $OpenBSD: strdup.c,v 1.2 2001/01/28 19:34:29 niklas Exp $ */ + void * _dl_malloc(int); |