Changeset ab5405c in git for omalloc


Ignore:
Timestamp:
Jul 28, 2005, 8:26:15 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2d8ce9e2aad1efe4a5a61d815bc84d304e8e0f45
Parents:
28ad143c7ef96a2d14d40caa2a183ff58b568050
Message:
*hannes: solaris port


git-svn-id: file:///usr/local/Singular/svn/trunk@8475 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/omAllocFunc.h

    r28ad14 rab5405c  
    66 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    77 *  Created: 11/99
    8  *  Version: $Id: omAllocFunc.h,v 1.4 2001-04-30 09:02:01 Singular Exp $
     8 *  Version: $Id: omAllocFunc.h,v 1.5 2005-07-28 18:26:15 Singular Exp $
    99 *******************************************************************/
    1010
     
    1313void omFreeFunc(void* addr);
    1414void* omVallocFunc(size_t size);
    15 #if defined(sgi)
     15#if defined(sgi) || defined(SunOs_5)
    1616void* omMemalignFunc(size_t size_1, size_t size_2);
    1717#else
Note: See TracChangeset for help on using the changeset viewer.