liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / src / common / readwrite.c
index be42b5326aeaa553c24ff09b6c62e52dde0f02b6..14ec171f95b0cbf693a47f9674a0cbaf0d15103f 100644 (file)
@@ -21,7 +21,6 @@
  * error occurred.
  * The error can be checked by querying errno.
  */
-LTTNG_HIDDEN
 ssize_t lttng_read(int fd, void *buf, size_t count)
 {
        size_t i = 0;
@@ -59,7 +58,6 @@ error:
        }
 }
 
-LTTNG_HIDDEN
 ssize_t lttng_write(int fd, const void *buf, size_t count)
 {
        size_t i = 0;
This page took 0.02428 seconds and 4 git commands to generate.