Author: Armin Rigo <[email protected]> Branch: stmgc-c7 Changeset: r71434:ed7037dd6844 Date: 2014-05-08 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ed7037dd6844/
Log: Add missing file diff --git a/rpython/translator/stm/src_stm/stm/setup.h b/rpython/translator/stm/src_stm/stm/setup.h new file mode 100644 --- /dev/null +++ b/rpython/translator/stm/src_stm/stm/setup.h @@ -0,0 +1,6 @@ +/* Imported by rpython/translator/stm/import_stmgc.py */ + +static char *setup_mmap(char *reason, int *map_fd); +static void close_fd_mmap(int map_fd); +static void setup_protection_settings(void); +static pthread_t *_get_cpth(stm_thread_local_t *); _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
