VirtualBox

Changeset 1222 in kBuild for trunk/src/kash/shinstance.h


Ignore:
Timestamp:
Oct 8, 2007 12:24:31 AM (17 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

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

    r1218 r1222  
    328328
    329329extern shinstance *sh_create_root_shell(shinstance *, int, char **);
     330
     331/* environment & pwd.h */
    330332char *sh_getenv(shinstance *, const char *);
     333char **sh_environ(shinstance *);
    331334const char *sh_gethomedir(shinstance *, const char *);
    332335
     
    368371void sh_sigemptyset(sh_sigset_t *);
    369372int sh_sigprocmask(shinstance *, int, sh_sigset_t const *, sh_sigset_t *);
    370 void sh_abort(shinstance *);
     373void sh_abort(shinstance *) __attribute__((__noreturn__));
    371374void sh_raise_sigint(shinstance *);
    372375int sh_kill(shinstance *, pid_t, int);
     
    415418pid_t sh_fork(shinstance *);
    416419pid_t sh_waitpid(shinstance *, pid_t, int *, int);
    417 void sh__exit(shinstance *, int);
     420void sh__exit(shinstance *, int) __attribute__((__noreturn__));;
    418421int sh_execve(shinstance *, const char *, const char * const*, const char * const *);
    419422uid_t sh_getuid(shinstance *);
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