Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / common / ust-fd.h
index eb9c525cbe80af985b5b3d020b1c5ac15c16ea44..b6a078bf836b52b52ddf1dfb13c9a4f81fcb7778 100644 (file)
@@ -26,6 +26,6 @@ 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);
+void lttng_ust_fd_tracker_alloc_tls(void);
 
 #endif /* _LTTNG_UST_FD_H */
This page took 0.024687 seconds and 4 git commands to generate.