Changeset d9f665 in git for omalloc/omalloc.c


Ignore:
Timestamp:
Dec 21, 2000, 5:23:59 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
19df79cae9ee20cd44dcdef39057b9bb94b3dc3c
Parents:
9ebcbf1cf04f9b47779b79ed9c73dd18eea9d36e
Message:
sgi port


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

Legend:

Unmodified
Added
Removed
  • omalloc/omalloc.c

    r9ebcbf rd9f665  
    55 *  Author:  obachman@mathematik.uni-kl.de (Olaf Bachmann)
    66 *  Created: 11/99
    7  *  Version: $Id: omalloc.c,v 1.4 2000-11-06 11:21:17 pohl Exp $
     7 *  Version: $Id: omalloc.c,v 1.5 2000-12-21 16:23:59 obachman Exp $
    88 *******************************************************************/
    99
     
    5656}
    5757
     58#if defined(sgi)
     59void* memalign(size_t size_1, size_t size_2)
     60#else
    5861void* memalign(void* alignment, size_t size)
     62#endif
    5963{
    6064  fprintf(stderr, "omalloc Warning: memalign not yet implemented\n");
Note: See TracChangeset for help on using the changeset viewer.