Changeset 257


Ignore:
Timestamp:
May 28, 2003, 12:55:35 PM (22 years ago)
Author:
bird
Message:

Corrected OS/2 API prototypes. Added a r= comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/gthr-os2.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r256 r257  
    9999#endif
    100100
     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 */
    101104/* rather than including os2.h we'll define the prototype here... */
    102 EXTERN_C unsigned long DosAllocThreadLocalMemory (unsigned long dwords,
     105EXTERN_C unsigned long _System DosAllocThreadLocalMemory (unsigned long dwords,
    103106  unsigned long **ptr);
    104 EXTERN_C unsigned long DosFreeThreadLocalMemory (unsigned long *ptr);
     107EXTERN_C unsigned long _System DosFreeThreadLocalMemory (unsigned long *ptr);
    105108
    106109#undef EXTERN_C
Note: See TracChangeset for help on using the changeset viewer.