VirtualBox

Changeset 2596 in kBuild for vendor/gnumake/current/glob


Ignore:
Timestamp:
Jun 19, 2012 10:44:52 PM (12 years ago)
Author:
bird
Message:

gnumake/current -> 3.82-cvs.

Location:
vendor/gnumake/current
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current

    • Property svn:ignore deleted
  • vendor/gnumake/current/glob

    • Property svn:ignore deleted
  • vendor/gnumake/current/glob/ChangeLog

    r1989 r2596  
     12008-09-28  Juan Manuel Guerrero  <juan.guerrero@gmx.de>
     2
     3        * glob.c (my_realloc) [__DJGPP__]: Don't define, and don't
     4        redefine realloc to call it, since the DJGPP's realloc handles
     5        NULL pointers correctly.
     6
    172007-12-22  Juan Manuel Guerrero  <juan.guerrero@gmx.de>  (tiny change)
    28
    3         * glob/glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc
     9        * glob.c [__GNU_LIBRARY__ && __DJGPP__]: Add a realloc
    410        declaration that matches the one in the DJGPP libc.
    511
  • vendor/gnumake/current/glob/glob.c

    r1989 r2596  
    183183#endif
    184184
    185 #ifndef __GNU_LIBRARY__
     185#if !defined __GNU_LIBRARY__ && !defined __DJGPP__
    186186# ifdef __GNUC__
    187187__inline
     
    191191static void *
    192192my_realloc (void *p, unsigned int n)
    193 #  elif defined(__DJGPP__)
    194 static void *
    195 my_realloc (void *p, size_t n)
    196193#  else
    197194static char *
     
    209206# define        realloc my_realloc
    210207# endif /* __SASC */
    211 #endif /* __GNU_LIBRARY__ */
     208#endif /* __GNU_LIBRARY__ || __DJGPP__ */
    212209
    213210
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