X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Freadwrite.h;h=ac3668a5ae801c8461b3a0a0a0cd0413935f1c51;hb=eb2827a4f0ccc637bf1d42edebf2607dbea80428;hp=9923e8128e7234474376a0563dd8cb7442f95c14;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/readwrite.h b/src/common/readwrite.h index 9923e8128..ac3668a5a 100644 --- a/src/common/readwrite.h +++ b/src/common/readwrite.h @@ -11,10 +11,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - /* * lttng_read and lttng_write take care of EINTR and partial read/write. * Upon success, they return the "count" received as parameter. @@ -26,8 +22,4 @@ extern "C" { ssize_t lttng_read(int fd, void *buf, size_t count); ssize_t lttng_write(int fd, const void *buf, size_t count); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_COMMON_READWRITE_H */