Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1655 → Rev 1656

/uspace/trunk/libc/arch/ppc64/src/thread.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcppc64
* @{
*/
/** @file
*/
 
#include <thread.h>
#include <malloc.h>
 
49,3 → 55,7
void *start = ((void *) tcb) - size;
free(start);
}
 
/** @}
*/