Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
pathmgr_unlink()
Remove a link
Synopsis:
#include <sys/pathmgr.h> int pathmgr_unlink( const char * path );
Arguments:
- path
- The link that you want to remove.
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The pathmgr_unlink() function removes the link created by pathmgr_symlink().
Returns:
- 0
- Success.
- -1
- An error occurred.
Examples:
See pathmgr_symlink().
Classification:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
See also:
pathmgr_symlink(), symlink(), unlink()
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)