4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 04:20:28 +08:00

libc/include/newlib.h: Fix C++ compilation issue

This commit is contained in:
Joel Sherrill 2020-11-09 15:33:02 -06:00 committed by Ken Brown
parent 84836642f9
commit 862bdb3880

View File

@ -69,10 +69,10 @@ int posix_devctl(
size_t nbyte,
int *__restrict dev_info_ptr
);
#endif
#ifdef __cplusplus
}
#endif
#endif
#endif /* _POSIX_26_C_SOURCE */
#endif /*_POSIX_DEVCTL_h_ */