mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtksh: make sure you can still build on linux older c library too
This commit is contained in:
parent
9d69ea3d97
commit
1acf08c5ef
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@
|
||||||
typedef struct _sfio_ Sfile_t, Sfio_t, SFIO;
|
typedef struct _sfio_ Sfile_t, Sfio_t, SFIO;
|
||||||
#if defined(linux)
|
#if defined(linux)
|
||||||
typedef struct _sfio_ FILE;
|
typedef struct _sfio_ FILE;
|
||||||
|
typedef struct _sfio_ __FILE;
|
||||||
#endif
|
#endif
|
||||||
typedef struct _sfdc_ Sfdisc_t;
|
typedef struct _sfdc_ Sfdisc_t;
|
||||||
typedef int (*Sfread_f)_ARG_((Sfio_t*, Void_t*, int, Sfdisc_t*));
|
typedef int (*Sfread_f)_ARG_((Sfio_t*, Void_t*, int, Sfdisc_t*));
|
||||||
|
|
Loading…
Reference in a new issue