Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Chris Johns
On 17/5/2022 11:17 pm, Joel Sherrill wrote: > On Tue, May 17, 2022, 6:57 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 13/05/2022 13:21, Sebastian Huber wrote: >>> Synchronize all file descriptors and not just the ones associated with a >> FILE >>> object. >>> >>> Close

Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Joel Sherrill
On Tue, May 17, 2022, 6:57 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 13/05/2022 13:21, Sebastian Huber wrote: > > Synchronize all file descriptors and not just the ones associated with a > FILE > > object. > > > > Close #4656. > > Any comments? I would like to back port

Re: [PATCH] Synchronize all file descriptors in sync()

2022-05-17 Thread Sebastian Huber
On 13/05/2022 13:21, Sebastian Huber wrote: Synchronize all file descriptors and not just the ones associated with a FILE object. Close #4656. Any comments? I would like to back port this fix to RTEMS 5. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email:

[PATCH] Synchronize all file descriptors in sync()

2022-05-13 Thread Sebastian Huber
Synchronize all file descriptors and not just the ones associated with a FILE object. Close #4656. --- cpukit/libcsupport/src/sync.c | 84 +-- 1 file changed, 12 insertions(+), 72 deletions(-) diff --git a/cpukit/libcsupport/src/sync.c b/cpukit/libcsupport/src/syn