Browse Source

Remove neither documented nor found in any spec ctermid_r() function - ctermid()

is reentrant in its current implementation anyway.
Surfing on the recent major version bump, ok millert@ deraadt@
OPENBSD_3_9
miod 19 years ago
parent
commit
3b7303ff08
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/include/stdio.h

+ 1
- 2
src/include/stdio.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: stdio.h,v 1.34 2006/01/06 18:53:04 millert Exp $ */
/* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */
/* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */
/*-
@ -293,7 +293,6 @@ __END_DECLS
__BEGIN_DECLS
char *ctermid(char *);
char *ctermid_r(char *);
char *cuserid(char *);
FILE *fdopen(int, const char *);
int fileno(FILE *);


Loading…
Cancel
Save