VirtualBox

Changeset 2303 in kBuild for trunk/src/kash/shfile.h


Ignore:
Timestamp:
Mar 1, 2009 7:25:29 AM (16 years ago)
Author:
bird
Message:

kash: new execve implementation for windows. more file ops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shfile.h

    r2293 r2303  
    103103    int                 fd;             /**< The shell file descriptor number. */
    104104    int                 flags;          /**< Open flags. */
    105     int                 cloexec : 1;    /**< Close on exec flag. */
     105    unsigned            cloexec : 1;    /**< Close on exec flag. */
    106106    intptr_t            native;         /**< The native file descriptor number. */
    107107} shfile;
     
    120120int shfile_init(shfdtab *, shfdtab *);
    121121void shfile_fork_win(shfdtab *pfdtab, int set, intptr_t *hndls);
     122void *shfile_exec_win(shfdtab *pfdtab, int prepare, unsigned short *sizep, intptr_t *hndls);
    122123
    123124int shfile_open(shfdtab *, const char *, unsigned, mode_t);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette