Changeset 2822


Ignore:
Timestamp:
Aug 14, 2016, 2:52:57 PM (9 years ago)
Author:
bird
Message:

ancient darwin build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/redirect.c

    r2812 r2822  
    2727*   Header Files                                                               *
    2828*******************************************************************************/
     29#ifdef __APPLE__
     30# define _POSIX_C_SOURCE 1 /* 10.4 sdk and unsetenv */
     31#endif
    2932#include "config.h"
    3033#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.