[pypy-commit] pypy stmgc-c7: Add missing file

arigo noreply at buildbot.pypy.org
Fri May 9 19:43:10 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
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 *);


More information about the pypy-commit mailing list