X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5;hb=43c692e7a0f593984abffa5674c28e2c23c1e10a;hp=eb9c525cbe80af985b5b3d020b1c5ac15c16ea44;hpb=fca97dfd73a96bbf964c39e7f3a21fe70cccee96;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index eb9c525c..4e6c4a5d 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -26,6 +26,4 @@ int lttng_ust_safe_close_fd(int fd, int (*close_cb)(int)); int lttng_ust_safe_fclose_stream(FILE *stream, int (*fclose_cb)(FILE *stream)); int lttng_ust_safe_closefrom_fd(int lowfd, int (*close_cb)(int)); -void lttng_ust_fixup_fd_tracker_tls(void); - #endif /* _LTTNG_UST_FD_H */