Skip to content

Commit

Permalink
an attempt to get parrot to build on cygwin (on TapTinder)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49617 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Oct 20, 2010
1 parent 1493d84 commit c9b990a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/gen/platform/generic/sysmem.c
Expand Up @@ -24,6 +24,10 @@ Get system memory information.
#include <unistd.h>
#include "parrot/sysmem.h"

#ifdef _SC_PAGESIZE /* some SVR4 systems omit an underscore */
# define _SC_PAGE_SIZE _SC_PAGESIZE
#endif

/*
=item C<size_t Parrot_sysmem_amount(PARROT_INTERP)>
Expand Down

0 comments on commit c9b990a

Please sign in to comment.