]> sourceware.org Git - glibc.git/commit
support: Add <support/xdirent.h>
authorFlorian Weimer <fweimer@redhat.com>
Fri, 30 Aug 2024 19:52:10 +0000 (21:52 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 5 Sep 2024 10:05:32 +0000 (12:05 +0200)
commit3b1d32177635023e37bec7fbfd77c3cfb2659eb1
tree2e52d59fb8a28af91baf5a0a328e6b3ecd6fbcec
parentb09a520bb6d98d465818aadfd0641751ce824053
support: Add <support/xdirent.h>

Use static functions for readdir/readdir_r, so that
-D_FILE_OFFSET_BITS=64 does not improperly redirect calls to the wrong
implementation.

Reviewed-by: DJ Delorie <dj@redhat.com>
support/Makefile
support/support_readdir_check.c [new file with mode: 0644]
support/support_readdir_r_check.c [new file with mode: 0644]
support/tst-xdirent.c [new file with mode: 0644]
support/xclosedir.c [new file with mode: 0644]
support/xdirent.h [new file with mode: 0644]
support/xfdopendir.c [new file with mode: 0644]
support/xopendir.c [new file with mode: 0644]
This page took 0.036806 seconds and 5 git commands to generate.