Cosmetic
This commit is contained in:
parent
ab78e8a0c5
commit
716aec39bf
@ -66,14 +66,15 @@
|
|||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
#else
|
#else
|
||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ioctl() is a non-standard UNIX-like API */
|
/* ioctl() is a non-standard UNIX-like API */
|
||||||
|
|
||||||
EXTERN int ioctl(int fd, int req, unsigned long arg);
|
int ioctl(int fd, int req, unsigned long arg);
|
||||||
|
|
||||||
#undef EXTERN
|
#undef EXTERN
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user