Igor Todorovski wrote:
> This was the symptom we experienced with findutils (guarding the close in
> gnulib fixed it):
> find . -name "test"
> The output is:
> find: '.': EDC5113I Bad file descriptor.
>
> https://github.com/ZOSOpenTools/findutilsport/issues/4
>
> We’ll do some more testing to se
ki
Cc: Mike Fulton
Subject: [EXTERNAL] Re: Z/OS Enhancement to gnu lib
Hi,
> I was wondering if the following changes I made to findutils (to get it to
> function on z/OS) can be merged into gnulib.
>
> The first change (fdopendir.c) guards the close call. Otherwise we get a bad
&g
Hi,
> I was wondering if the following changes I made to findutils (to get it to
> function on z/OS) can be merged into gnulib.
>
> The first change (fdopendir.c) guards the close call. Otherwise we get a bad
> file descriptor on z/OS.
What's the problem with that "bad file descriptor" error?
Hi,
I was wondering if the following changes I made to findutils (to get it to
function on z/OS) can be merged into gnulib.
The first change (fdopendir.c) guards the close call. Otherwise we get a bad
file descriptor on z/OS. I am not sure if this has any other consequences, but
so far I haven