Ignore:
Timestamp:
Aug 22, 2005, 5:50:15 AM (20 years ago)
Author:
bird
Message:

o Added libc_Back_gfProcessHandleHashBangScripts and

libc_Back_gfProcessHandlePCBatchScripts for use in shells which
can handle such scripts more efficiently than libc.

o Fixed some bugs related to finding the interpreter in the spawn/exec backend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/backend.h

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r2301 r2302  
    905905int __libc_Back_processSetPriority(int iWhich, id_t idWho, int iPrio);
    906906
     907
     908/** When this flag is set, the exec / spawn backend will handle hash bang scripts. */
     909extern int __libc_Back_gfProcessHandleHashBangScripts;
     910/** When this flag is set, the exec / spawn backend will handle PC batch scripts. */
     911extern int __libc_Back_gfProcessHandlePCBatchScripts;
    907912
    908913/** @} */
Note: See TracChangeset for help on using the changeset viewer.