libc/include/newlib.h: Fix C++ compilation issue
This commit is contained in:
parent
22d1ebacfc
commit
302b82afee
|
@ -69,10 +69,10 @@ int posix_devctl(
|
||||||
size_t nbyte,
|
size_t nbyte,
|
||||||
int *__restrict dev_info_ptr
|
int *__restrict dev_info_ptr
|
||||||
);
|
);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif /* _POSIX_26_C_SOURCE */
|
||||||
|
#endif /*_POSIX_DEVCTL_h_ */
|
||||||
|
|
Loading…
Reference in New Issue