Subversion Repositories Kolibri OS

Rev

Rev 1693 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1693 Rev 1901
1
/* dummy file for external tools to use.  Real file is created by
1
/* dummy file for external tools to use.  Real file is created by
2
   newlib configuration. */
2
   newlib configuration. */
3
 
3
 
4
 
4
 
5
#ifndef _NEWLIB_H_
5
#ifndef _NEWLIB_H_
6
#define _NEWLIB_H_
6
#define _NEWLIB_H_
-
 
7
 
7
 
8
/*
8
#ifdef __LIBC_DLL__
9
#ifdef __LIBC_DLL__
9
    #ifdef __LIBC_EXPORT__
10
    #ifdef __LIBC_EXPORT__
10
        #define API __attribute__ ((dllexport))
11
        #define API __attribute__ ((dllexport))
11
    #else
12
    #else
12
        #define API __attribute__ ((dllimport))
13
        #define API __attribute__ ((dllimport))
13
    #endif
14
    #endif
14
#else
15
#else
15
    #define API
16
    #define API
16
#endif
17
#endif
17
 
18
*/
18
 
19
 
19
#endif /* _NEWLIB_H_ */
20
#endif /* _NEWLIB_H_ */