dtksh: make sure you can still build on linux older c library too
authorPeter Howkins <peter@vita2.home.marutan.net>
Fri, 23 Mar 2018 04:17:17 +0000 (04:17 +0000)
committerPeter Howkins <peter@vita2.home.marutan.net>
Fri, 23 Mar 2018 04:17:17 +0000 (04:17 +0000)
cde/programs/dtksh/ksh93/src/lib/libast/include/sfio.h

index 05703d4e411513cfdc349afa6b60663a281ed3df..53f36e9f6fea0009d9d6a4d125533bad6696a03d 100644 (file)
 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*));