diff options
| author | Florian Weimer <fweimer@redhat.com> | 2019-07-25 12:48:41 +0200 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2019-07-25 12:48:41 +0200 |
| commit | 3b43e4e4d444fb5c2360f689679db85826627754 (patch) | |
| tree | 22b0ab02b599bf944f810b114bf37b03c9240f6c /bits | |
| parent | 7e681561a3aea7aa8f21fb031a7c778147dfdf5b (diff) | |
| download | glibc-fw/getdents64.tar.xz glibc-fw/getdents64.zip | |
Linux: Move getdents64 to <dirent.h>fw/getdents64
This matches the location of the declaration in musl.
Diffstat (limited to 'bits')
| -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 |
