Changeset 136879 in git


Ignore:
Timestamp:
Jun 15, 1999, 5:25:28 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
89eb77fb65281deb86e0741abe072965595191c9
Parents:
1e7e198ab25b5e08adfac90ffe4431d1928e2102
Message:
*hannes: GLIBC-fix


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

Legend:

Unmodified
Added
Removed
  • Singular/gmalloc.c

    r1e7e19 r136879  
    13141314
    13151315#ifdef __GNU_LIBRARY__
     1316#ifndef __GLIBC__
    13161317/* It is best not to declare this and cast its result on foreign operating
    13171318   systems with potentially hostile include files.  */
    13181319extern __ptr_t __sbrk __P ((int increment));
     1320#endif
    13191321#endif
    13201322
Note: See TracChangeset for help on using the changeset viewer.