Browse Source

Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@

OPENBSD_5_5
millert 10 years ago
parent
commit
270de5c380
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/stdlib.h

+ 2
- 2
src/include/stdlib.h View File

@ -1,4 +1,4 @@
/* $OpenBSD: stdlib.h,v 1.54 2013/11/22 21:32:49 millert Exp $ */
/* $OpenBSD: stdlib.h,v 1.55 2013/12/13 20:48:39 millert Exp $ */
/* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */
/*-
@ -248,7 +248,7 @@ int posix_openpt(int);
char *mkdtemp(char *);
#endif
#if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 20080
#if __XPG_VISIBLE >= 420 || __POSIX_VISIBLE >= 200809
int getsubopt(char **, char * const *, char **);
#endif


Loading…
Cancel
Save