2 * See the file LICENSE for redistribution information.
5 * Sleepycat Software. All rights reserved.
11 static const char sccsid[] = "@(#)os_unlink.c 10.4 (Sleepycat) 10/28/97";
14 #ifndef NO_SYSTEM_INCLUDES
15 #include <sys/types.h>
27 * PUBLIC: int __db_unlink __P((const char *));
33 return (__os_unlink(path) == -1 ? errno : 0);