mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 20:51:52 +00:00
Bugs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c2fd98b36b
commit
75b915f95b
3 changed files with 8 additions and 10 deletions
|
@ -196,7 +196,7 @@ _gnu_process_args(int argc, char *argv[], char *env[])
|
|||
that it automatically gets called before main with the argument and
|
||||
environment pointers. FIXME: Would like to do something similar
|
||||
for other formats besides ELF. */
|
||||
#if ((defined(__ELF__) && !defined(__FreeBSD__) && !defined(__PPC__)) || defined(SYS_AUTOLOAD))
|
||||
#if (!defined(__FreeBSD__)) || defined(SYS_AUTOLOAD)
|
||||
#ifdef linux
|
||||
|
||||
/* Under linux the functions in __libc_subinit are called before the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue