Changeset 83b11eb in git for Singular/ndbm.cc


Ignore:
Timestamp:
Jul 17, 2008, 3:11:34 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
408150cad3138373c6d0eb98079dd7b56bf8454f
Parents:
c4b7dee29a1dfe4341f0f4db350ad13287af82c3
Message:
*hannes: singular_fstat as C


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

Legend:

Unmodified
Added
Removed
  • Singular/ndbm.cc

    rc4b7de r83b11eb  
    55//**************************************************************************/
    66//
    7 // $Id: ndbm.cc,v 1.21 2008-06-10 15:44:50 Singular Exp $
     7// $Id: ndbm.cc,v 1.22 2008-07-17 13:11:34 Singular Exp $
    88//
    99//**************************************************************************/
     
    6666static  int additem(char buf[PBLKSIZ], datum item, datum item1);
    6767extern  int errno;
    68 extern int singular_fstat(int fd, struct stat *buf);
     68extern "C" int singular_fstat(int fd, struct stat *buf);
    6969
    7070DBM * dbm_open(char *file, int flags, int mode)
Note: See TracChangeset for help on using the changeset viewer.