1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Fixed two linker errors which were caused by duplicate symbol definitions.

- Added code to the startup routine which allows you to monitor where command
  was started from and which parameters it was invoked with.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14925 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-04-24 14:04:36 +00:00
parent 876039440f
commit 9f3d5e50b4
5 changed files with 56 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: stdlib_getdefstacksize.c,v 1.2 2005-01-02 09:07:18 obarthel Exp $
* $Id: stdlib_getdefstacksize.c,v 1.3 2005-04-24 14:04:36 obarthel Exp $
*
* :ts=4
*
@ -37,4 +37,14 @@
/****************************************************************************/
#ifndef _STDLIB_GCC_HELP_H
#include "stdlib_gcc_help.h"
#endif /* _STDLIB_GCC_HELP_H */
/****************************************************************************/
#ifndef GCC_HELP_SUPPORT
unsigned int (* __get_default_stack_size)(void);
#endif /* GCC_HELP_SUPPORT */