Changeset 303c61d for src/libcfa
- Timestamp:
- Jul 27, 2018, 1:35:25 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ea57077
- Parents:
- a95c117
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/startup.c
ra95c117 r303c61d 1 // 1 // 2 2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 3 // 4 4 // The contents of this file are covered under the licence agreement in the 5 5 // file "LICENCE" distributed with Cforall. 6 // 7 // startup.c -- 8 // 6 // 7 // startup.c -- 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Tue Jul 24 16:21:57 2018 … … 12 12 // Last Modified On : Wed Jul 25 16:42:01 2018 13 13 // Update Count : 11 14 // 14 // 15 15 16 16 #include "startup.h" … … 39 39 } // extern "C" 40 40 41 void __cfaabi_dbg_record(struct __spinlock_t & this, const char * prev_name) __attribute__(( weak )) {} 42 41 43 // Local Variables: // 42 44 // mode: c //
Note: See TracChangeset
for help on using the changeset viewer.