Changeset 257
- Timestamp:
- May 28, 2003, 12:55:35 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/gthr-os2.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r256 r257 99 99 #endif 100 100 101 /** r=bird: We really should make a set of TLS functions for this stuff as 102 * the thread local memory is a very limited resource. 103 */ 101 104 /* rather than including os2.h we'll define the prototype here... */ 102 EXTERN_C unsigned long DosAllocThreadLocalMemory (unsigned long dwords,105 EXTERN_C unsigned long _System DosAllocThreadLocalMemory (unsigned long dwords, 103 106 unsigned long **ptr); 104 EXTERN_C unsigned long DosFreeThreadLocalMemory (unsigned long *ptr);107 EXTERN_C unsigned long _System DosFreeThreadLocalMemory (unsigned long *ptr); 105 108 106 109 #undef EXTERN_C -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.