]> git.sesse.net Git - bcachefs-tools-debian/blob - include/linux/thread_with_file.h
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / include / linux / thread_with_file.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * (C) 2022-2024 Kent Overstreet <kent.overstreet@linux.dev>
4  */
5 #ifndef _LINUX_THREAD_WITH_FILE_H
6 #define _LINUX_THREAD_WITH_FILE_H
7
8 struct stdio_redirect;
9
10 __printf(3, 0)
11 static inline void stdio_redirect_vprintf(struct stdio_redirect *s, bool nonblocking, const char *msg, va_list args) {}
12 __printf(3, 4)
13 static inline void stdio_redirect_printf(struct stdio_redirect *s, bool nonblocking, const char *msg, ...) {}
14
15 #endif /* _LINUX_THREAD_WITH_FILE_H */