gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libc unlink - bug or not?


From: Benjamin Kowarsch
Subject: Re: libc unlink - bug or not?
Date: Sat, 19 Oct 2024 01:00:12 +0900



On Fri, 18 Oct 2024 at 18:22, Gaius Mulley wrote:
Alexey Ulasevich writes:

> Can we expand module FIO.def by `Delete` procedure that will be delete
> a file? I think FIO.def is good place for it, because `Exists` is here.

Not really a good reason.

It follows the approach "We introduced this inconsistency before, let's add another one like it."
 

certainly - sounds a good idea.  It's progress can be tracked here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117203

File lookup, rename and delete are file system operations, NOT I/O operations.

Ideally, these operations should all be in an appropriately named file system operations library.

regards
benjamin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]