summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-03-25 15:23:27 +0000
committertedu <tedu@openbsd.org>2014-03-25 15:23:27 +0000
commitc792825af2dea26277104524faf67dba3fb3818f (patch)
tree74dc99c4d4b6498aabf37cb5d682129e96ed1f8d /include/stdio.h
parentUpdate to tzdata2014b from ftp.iana.org (diff)
downloadwireguard-openbsd-c792825af2dea26277104524faf67dba3fb3818f.tar.xz
wireguard-openbsd-c792825af2dea26277104524faf67dba3fb3818f.zip
no gets
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 6b90aa4c485..54bd748b15d 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: stdio.h,v 1.46 2014/03/16 18:38:30 guenther Exp $ */
+/* $OpenBSD: stdio.h,v 1.47 2014/03/25 15:24:12 tedu Exp $ */
/* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */
/*-
@@ -246,7 +246,7 @@ ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
ssize_t getline(char ** __restrict, size_t * __restrict,
FILE * __restrict);
#endif
-char *gets(char *);
+
#if __BSD_VISIBLE && !defined(__SYS_ERRLIST)
#define __SYS_ERRLIST