FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/osx/osx.c @ 500:5293cac7f423
osx.c: osx_free_prim() done
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 01 Jul 2014 18:24:00 +0000 |
parents | 4d2c0430851a |
children | da8248e23aca |
comparison
equal
deleted
inserted
replaced
499:4d2c0430851a | 500:5293cac7f423 |
---|---|
112 osx_receive_prim(T_ENUM_OS_QUEUE queue_type) | 112 osx_receive_prim(T_ENUM_OS_QUEUE queue_type) |
113 { | 113 { |
114 return int_osx_receive_prim(_osx_registry[queue_type].caller, | 114 return int_osx_receive_prim(_osx_registry[queue_type].caller, |
115 _osx_registry[queue_type].queue_handle); | 115 _osx_registry[queue_type].queue_handle); |
116 } | 116 } |
117 | |
118 void | |
119 osx_free_prim(xSignalHeaderRec *prim_ptr) | |
120 { | |
121 vsi_c_free(_caller, (T_VOID_STRUCT **) &prim_ptr FILE_LINE_MACRO); | |
122 } |