summaryrefslogtreecommitdiff
path: root/packages/libc/src/sustath.inc
blob: 051f748481211b99242544437bb0cc3cbdbccf48 (plain)
1
2
3
4
5
6
7
8
9

function ustat(__dev:__dev_t; __ubuf:Pustat):longint;cdecl;external clib name 'ustat';

{ ---------------------------------------------------------------------
    Borland compatibility types
  ---------------------------------------------------------------------}

// Type
function ustat(__dev:__dev_t; var __ubuf:_ustat):longint;cdecl;external clib name 'ustat';