diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-07-29 21:02:46 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-07-29 21:02:46 +0200 |
commit | b8b3d5a14e9d6248f8d78958c497eea0a684c939 (patch) | |
tree | 1449ad0591d2c322ec32282700778486f78b681c /bits/dirent_ext.h | |
parent | 354e4c1adddb1da19c1043e3e5db61ee2148d912 (diff) | |
download | glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.gz glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.tar.xz glibc-b8b3d5a14e9d6248f8d78958c497eea0a684c939.zip |
Linux: Move getdents64 to <dirent.h>
This matches the location of the declaration in musl. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'bits/dirent_ext.h')
-rw-r--r-- | bits/dirent_ext.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bits/dirent_ext.h b/bits/dirent_ext.h new file mode 100644 index 0000000000..279fd25d25 --- /dev/null +++ b/bits/dirent_ext.h @@ -0,0 +1,21 @@ +/* System-specific extensions of <dirent.h>, generic version. + Copyright (C) 2019 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ + +#ifndef _DIRENT_H +# error "Never include <bits/dirent_ext.h> directly; use <dirent.h> instead." +#endif |