1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- fstat() now works with "NIL:" and "/dev/null", respectively. Not that

it returns much useful information, though.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15138 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2006-09-20 19:46:57 +00:00
parent 36c33073a5
commit 7b903355a7
5 changed files with 35 additions and 7 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdio_headers.h,v 1.25 2006-01-08 12:04:24 obarthel Exp $
* $Id: stdio_headers.h,v 1.26 2006-09-20 19:46:57 obarthel Exp $
*
* :ts=4
*
@ -168,6 +168,9 @@ struct iob;
/* The same for a console stream. */
#define ST_CONSOLE (20050402)
/* And something for NIL: */
#define ST_NIL (20060920)
/****************************************************************************/
/* Operations that can be performed by the file action function. */