diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-25 15:24:13 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-03-25 15:24:13 +0000 |
commit | 762f6fdc4275225bb1067ab225f76d1f4b1ba5e1 (patch) | |
tree | 0fec36900a737fe7bfae8c36e0e1f58e3e6f9524 /include | |
parent | 71cee2ac78aecde8cc843a502c31b0b56bd162d1 (diff) |
no gets
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 4 |
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 |