X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5;hb=cf914d169665d78854f6d0e1c8ff9d9aff6122d1;hp=b6a078bf836b52b52ddf1dfb13c9a4f81fcb7778;hpb=a9fd951a21f28704ffdfd4217766f725a217208b;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index b6a078bf..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_fd_tracker_alloc_tls(void); - #endif /* _LTTNG_UST_FD_H */