Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

15.1.1.63. unlink()

Prototype

int unlink(char *name)

Commonly Called By

newlib C library

Thread-safe

Yes.

Available from ISR

Yes.

Include

<unistd.h>

Description

The unlink() function is only provided for compatibility with newlib.

Return

Calls to unlink() always fails with the return code –1 and errno set to ENOSYS.