liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / readwrite.h
index b27d03eb0ebb5a1707bd178b22e3221ac438a889..ac3668a5ae801c8461b3a0a0a0cd0413935f1c51 100644 (file)
@@ -19,9 +19,7 @@
  * error occurred.
  * The error can be checked by querying errno.
  */
-LTTNG_HIDDEN
 ssize_t lttng_read(int fd, void *buf, size_t count);
-LTTNG_HIDDEN
 ssize_t lttng_write(int fd, const void *buf, size_t count);
 
 #endif /* LTTNG_COMMON_READWRITE_H */
This page took 0.023109 seconds and 4 git commands to generate.