removeExtendedAttribute(_:)

Remove the value for the named extended attribute.

FileDescriptor+Syscalls.swift:166

This declaration is gated by at least one @_spi attribute.

func removeExtendedAttribute(_ name: String) -> Result<Void, Errno>

Parameters

name

The name of the extended attribute.

The corresponding C function is fremovexattr.