2 * Copyright (C) 2015 Michael Jeanson <mjeanson@efficios.com>
4 * SPDX-License-Identifier: MIT
8 #ifndef _COMPAT_DIRENT_H
9 #define _COMPAT_DIRENT_H
15 int lttng_dirfd(DIR *dir
) {
19 # ifndef __XOPEN_OR_POSIX
21 int lttng_dirfd(DIR *dir
) {
26 int lttng_dirfd(DIR *dir
) {
32 #endif /* _COMPAT_DIRENT_H */
This page took 0.031427 seconds and 4 git commands to generate.