1
0
Fork 0
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:
Peter Howkins 2018-03-23 04:17:17 +00:00
parent 9d69ea3d97
commit 1acf08c5ef

View file

@ -163,6 +163,7 @@
typedef struct _sfio_ Sfile_t, Sfio_t, SFIO;
#if defined(linux)
typedef struct _sfio_ FILE;
typedef struct _sfio_ __FILE;
#endif
typedef struct _sfdc_ Sfdisc_t;
typedef int (*Sfread_f)_ARG_((Sfio_t*, Void_t*, int, Sfdisc_t*));