Skip to content

Instantly share code, notes, and snippets.

@tav
Created June 13, 2009 04:43
Show Gist options
  • Save tav/129101 to your computer and use it in GitHub Desktop.
Save tav/129101 to your computer and use it in GitHub Desktop.
#include "pyconfig.h"
/* using RefcountingGCTransformer */
#define MALLOC_ZERO_FILLED 1
#include <errno.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/times.h>
#include <utime.h>
#include <sys/types.h>
#include <unistd.h>
#include <signal.h>
#include <sys/wait.h>
#include <fcntl.h>
typedef void *GC_hidden_pointer;
int get_errno ();
void set_errno (int v);
int pypy_macro_wrapper_WCOREDUMP (int status);
int pypy_macro_wrapper_WIFCONTINUED (int status);
int pypy_macro_wrapper_WIFSTOPPED (int status);
int pypy_macro_wrapper_WIFSIGNALED (int status);
int pypy_macro_wrapper_WIFEXITED (int status);
int pypy_macro_wrapper_WEXITSTATUS (int status);
int pypy_macro_wrapper_WSTOPSIG (int status);
int pypy_macro_wrapper_WTERMSIG (int status);
#include "src/g_prerequisite.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment