2 Copyright © 2004, The AROS Development Team. All rights reserved.
5 POSIX function symlink().
8 #include <aros/debug.h>
13 int symlink(const char *oldpath
, const char *newpath
)
15 # warning Implement symlink()
16 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");