Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Setting errno when removing a non-empty directory #10

Description

@FrankHB

The recent change 3fde6ce is not conforming to POSIX. In fact, EPERM is not only used for "the user didn't
have the (write) permission to remove the directory", and it was perfectly valid in sense of conformance. Note Linux also behaves differently, however, not ENOTEMPTY for this case. The changed behavior might introduce confusion, so please clarify it explicitly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions