summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-01-15 01:07:15 +0000
committerderaadt <deraadt@openbsd.org>1996-01-15 01:07:15 +0000
commit73ef390097385e0b78a08011405896ea6fe93d24 (patch)
tree964ad0063ffd584bdd4f63cc1bed6b726fae4bbf
parentfrom netbsd: The read_inode() function now returns the result of the (diff)
downloadwireguard-openbsd-73ef390097385e0b78a08011405896ea6fe93d24.tar.xz
wireguard-openbsd-73ef390097385e0b78a08011405896ea6fe93d24.zip
proto memcpy
-rw-r--r--sys/lib/libsa/stand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h
index f987bc84fb2..9470e7c8c43 100644
--- a/sys/lib/libsa/stand.h
+++ b/sys/lib/libsa/stand.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stand.h,v 1.12 1995/09/18 21:19:47 pk Exp $ */
+/* $NetBSD: stand.h,v 1.13 1996/01/13 22:25:42 leo Exp $ */
/*-
* Copyright (c) 1993
@@ -120,6 +120,7 @@ void gets __P((char *));
__dead void panic __P((const char *, ...)) __attribute__((noreturn));
__dead void _rtt __P((void)) __attribute__((noreturn));
void bcopy __P((const void *, void *, size_t));
+void *memcpy __P((void *, const void *, size_t));
void exec __P((char *, char *, int));
int open __P((const char *, int));
int close __P((int));