aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/execvpe.h
blob: 1d49e3582f493a7060403fd290a83853855d5596 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ----------------------------------------------------------------------------
   (c) The University of Glasgow 2004

   Interface for code in cbits/execvpe.c
   ------------------------------------------------------------------------- */

extern int
__hsunix_execvpe(const char *name, char *const argv[], char *const envp[]);

// implemented in cbits/ghcrts.c
extern void pPrPr_disableITimers (void);