Remove extern "C" from internal headers
[lttng-tools.git] / src / common / readwrite.h
index 9923e8128e7234474376a0563dd8cb7442f95c14..ac3668a5ae801c8461b3a0a0a0cd0413935f1c51 100644 (file)
 #include <unistd.h>
 #include <common/macros.h>
 
 #include <unistd.h>
 #include <common/macros.h>
 
-#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.
 /*
  * 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);
 
 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 */
 #endif /* LTTNG_COMMON_READWRITE_H */
This page took 0.023614 seconds and 4 git commands to generate.