Do not use host headers anymore when building target executables/libraries

svn path=/trunk/; revision=29180
This commit is contained in:
Hervé Poussineau 2007-09-24 11:43:38 +00:00
parent 9c968b2b68
commit 2ad309f010
3 changed files with 16 additions and 4 deletions

View file

@ -6,9 +6,6 @@
void _default_handler(int signal);
typedef void (*__p_sig_fn_t)(int);
typedef struct _sig_element
{
int signal;