Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 42465 | Differences between
and this patch

Collapse All | Expand All

(-)V75_00_18/MaxDB_ORG/sys/src/SAPDB/RunTime/RTE_SystemLinux.h.orig (-4 / +4 lines)
Lines 32-41 Link Here
32
#ifndef RTE_SYSTEMLINUX_H
32
#ifndef RTE_SYSTEMLINUX_H
33
#define RTE_SYSTEMLINUX_H
33
#define RTE_SYSTEMLINUX_H
34
34
35
#if defined(__cplusplus)
36
extern "C" 
37
#endif
38
39
/*!
35
/*!
40
   Own coroutine context used only if a assembly coroutine switch code exists
36
   Own coroutine context used only if a assembly coroutine switch code exists
41
 */
37
 */
Lines 45-50 struct RTE_OwnCoroutineContext Link Here
45
    void (*addr)() ;  /*!< Initial entry address */
41
    void (*addr)() ;  /*!< Initial entry address */
46
};
42
};
47
43
44
#if defined(__cplusplus)
45
extern "C" 
46
#endif
47
48
/*!
48
/*!
49
  @brief Implementation of own context setup interface
49
  @brief Implementation of own context setup interface
50
50

Return to bug 42465