OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [fixincludes/] [tests/] [base/] [stdlib.h] - Blame information for rev 724

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 724 jeremybenn
/*  DO NOT EDIT THIS FILE.
2
 
3
    It has been auto-edited by fixincludes from:
4
 
5
        "fixinc/tests/inc/stdlib.h"
6
 
7
    This had to be done to correct non-standard usages in the
8
    original, manufacturer supplied header file.  */
9
 
10
 
11
 
12
#if defined( HPUX11_ABS_CHECK )
13
#if !defined(_MATH_INCLUDED) || defined(__GNUG__)
14
#endif  /* HPUX11_ABS_CHECK */
15
 
16
 
17
#if defined( HPUX_LONG_DOUBLE_CHECK )
18
extern long double strtold(const char *, char **);
19
 
20
#endif  /* HPUX_LONG_DOUBLE_CHECK */
21
 
22
 
23
#if defined( HPUX_LONG_DOUBLE_2_CHECK )
24
#  if !defined(__ia64) || !defined(_PROTOTYPES) || defined(_LONG_DOUBLE_STRUCT)
25
 
26
#endif  /* HPUX_LONG_DOUBLE_2_CHECK */
27
 
28
 
29
#if defined( INT_ABORT_FREE_AND_EXIT_CHECK )
30
extern void     abort(int);
31
extern void     free(void*);
32
extern void     exit(void*);
33
#endif  /* INT_ABORT_FREE_AND_EXIT_CHECK */
34
 
35
 
36
#if defined( LYNXOS_MISSING_PUTENV_CHECK )
37
extern char *getenv     _AP((const char *));
38
extern int putenv                               _AP((char *));
39
#endif  /* LYNXOS_MISSING_PUTENV_CHECK */
40
 
41
 
42
#if defined( SVR4_GETCWD_CHECK )
43
extern char* getcwd(char *, size_t);
44
#endif  /* SVR4_GETCWD_CHECK */
45
 
46
 
47
#if defined( SVR4_PROFIL_CHECK )
48
profil(unsigned short *, size_t, int, unsigned int);
49
#endif  /* SVR4_PROFIL_CHECK */
50
 
51
 
52
#if defined( SYSZ_STDLIB_FOR_SUN_CHECK )
53
extern void *   calloc(size_t);
54
extern void *   malloc(size_t);
55
extern void *   realloc(void*,size_t);
56
extern void *   bsearch(void*,size_t,size_t);
57
 
58
#endif  /* SYSZ_STDLIB_FOR_SUN_CHECK */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.