Changeset 45e70f in git for omalloc/omalloc.c


Ignore:
Timestamp:
Jul 29, 2005, 12:57:05 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
763bf07f7e9d291dfd5cd2994d10d3c9486dcf9a
Parents:
5fdd0f4c6bdee0b75239807fd48747c213f3ec43
Message:
*hannes: solaris(__sparc) port


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

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc.c

    r5fdd0f r45e70f  
    55 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    66 *  Created: 11/99
    7  *  Version: $Id: omalloc.c,v 1.10 2004-01-29 15:58:54 Singular Exp $
     7 *  Version: $Id: omalloc.c,v 1.11 2005-07-29 10:56:45 Singular Exp $
    88 *******************************************************************/
    99
     
    5757
    5858#if defined(sgi)
     59void* memalign(size_t size_1, size_t size_2)
     60#elif defined(__sparc)
    5961void* memalign(size_t size_1, size_t size_2)
    6062#else
Note: See TracChangeset for help on using the changeset viewer.