Re: Z/OS Enhancement to gnu lib

2023-01-30 Thread Bruno Haible
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

RE: Z/OS Enhancement to gnu lib

2023-01-30 Thread Igor Todorovski
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

Re: Z/OS Enhancement to gnu lib

2023-01-30 Thread Bruno Haible
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?

Z/OS Enhancement to gnu lib

2023-01-29 Thread Igor Todorovski
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