add c++ externs
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9379 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -241,6 +241,8 @@
|
|||||||
#define SHUT_RDWR 2
|
#define SHUT_RDWR 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ROKEN_CPP_START
|
||||||
|
|
||||||
#if IRIX != 4 /* fix for compiler bug */
|
#if IRIX != 4 /* fix for compiler bug */
|
||||||
#ifdef RETSIGTYPE
|
#ifdef RETSIGTYPE
|
||||||
typedef RETSIGTYPE (*SigAction)(int);
|
typedef RETSIGTYPE (*SigAction)(int);
|
||||||
@@ -315,4 +317,6 @@ read_environment(const char *file, char ***env);
|
|||||||
void warnerr(int doerrno, const char *fmt, va_list ap)
|
void warnerr(int doerrno, const char *fmt, va_list ap)
|
||||||
__attribute__ ((format (printf, 2, 0)));
|
__attribute__ ((format (printf, 2, 0)));
|
||||||
|
|
||||||
|
ROKEN_CPP_END
|
||||||
|
|
||||||
#endif /* __ROKEN_COMMON_H__ */
|
#endif /* __ROKEN_COMMON_H__ */
|
||||||
|
Reference in New Issue
Block a user