Skip to content

Commit

Permalink
Apparently it is better to specify 500 here for unix98 bits and pieces.
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 26, 2004
1 parent 6ef9067 commit 429bce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/standard/proc_open.c
Expand Up @@ -17,9 +17,10 @@
*/
/* $Id$ */

#define _XOPEN_SOURCE
#define _XOPEN_SOURCE 500
#define __EXTENSIONS__ 1
#define _BSD_SOURCE
#define _OSF_SOURCE

#include "php.h"
#include <stdio.h>
Expand Down Expand Up @@ -53,7 +54,6 @@
* */
#ifdef PHP_CAN_SUPPORT_PROC_OPEN


#if HAVE_PTSNAME && HAVE_GRANTPT && HAVE_UNLOCKPT && HAVE_SYS_IOCTL_H && HAVE_TERMIOS_H
# include <sys/ioctl.h>
# include <termios.h>
Expand Down

0 comments on commit 429bce6

Please sign in to comment.