X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5;hb=08ba2503b86d1506117c077c99eb1c38973a48f3;hp=9d14583c2135ba0db104410457f091dfc4148850;hpb=df09bde567961bdf9cdda26f9737e3bbffd5cea9;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index 9d14583c..4e6c4a5d 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -17,7 +17,6 @@ #include -void lttng_ust_init_fd_tracker(void); int lttng_ust_add_fd_to_tracker(int fd); void lttng_ust_delete_fd_from_tracker(int fd); void lttng_ust_lock_fd_tracker(void); @@ -27,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 */