diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-06-03 18:58:50 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-06-11 23:22:01 +0200 |
commit | f05550c064c2736017a5c65739d9eee325eed149 (patch) | |
tree | 0683d5b400decb18f981f8b2e310ae4ea3c28911 /util.c | |
parent | 27d9ebc5085bbcf931d590338a1dda72490bbd9c (diff) | |
download | perl-f05550c064c2736017a5c65739d9eee325eed149.tar.gz |
Removed NeXT support
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -67,10 +67,6 @@ int putenv(char *); #define FLUSH -#if defined(HAS_FCNTL) && defined(F_SETFD) && !defined(FD_CLOEXEC) -# define FD_CLOEXEC 1 /* NeXT needs this */ -#endif - /* NOTE: Do not call the next three routines directly. Use the macros * in handy.h, so that we can easily redefine everything to do tracking of * allocated hunks back to the original New to track down any memory leaks. |