Changeset 3859 for branches/libc-0.6/src/emx/include
- Timestamp:
- Apr 14, 2014, 4:19:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h
- Property svn:mergeinfo changed
/trunk/libc/include/klibc/backend.h merged: 3857
r3817 r3859 1042 1042 /** When this flag is set, the exec / spawn backend will handle PC batch scripts. */ 1043 1043 extern int __libc_Back_gfProcessHandlePCBatchScripts; 1044 1045 /** 1046 * Gets the default shell for functions like system() and popen(). 1047 * 1048 * @returns 0 on success, negative error number on failure. 1049 * @param pszShell Where to put the path to the shell. 1050 * @param cbShell The size of the buffer @a pszShell points to. 1051 * @param poffShellArg Where to return the offset into @a pszShell of the 1052 * first argument. The system() and popen() calls has 1053 * traditionally not included the path to /bin/sh. 1054 * @param pszCmdLineOpt Where to put the shell option for specifying a 1055 * command line it should execute. 1056 * @param cbCmdLineOpt The size of the buffer @a pszCmdLineOpt points to. 1057 */ 1058 int __libc_Back_processGetDefaultShell(char *pszShell, size_t cbShell, size_t *poffShellArg, 1059 char *pszCmdLineOpt, size_t cbCmdLineOpt); 1044 1060 1045 1061 /** @} */ - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.