From 60d47abfcfa901aafd85ba49b12d5994d7ef9aae Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 2 Dec 2009 15:00:05 +0000 Subject: New. --- testsuites/libtests/POSIX/unlink.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuites/libtests/POSIX/unlink.c (limited to 'testsuites/libtests/POSIX/unlink.c') diff --git a/testsuites/libtests/POSIX/unlink.c b/testsuites/libtests/POSIX/unlink.c new file mode 100644 index 0000000000..36c4ddf1ad --- /dev/null +++ b/testsuites/libtests/POSIX/unlink.c @@ -0,0 +1,18 @@ +/* + * Copyright (c) 2009 by + * Ralf Corsépius, Ulm, Germany. All rights reserved. + * + * Permission to use, copy, modify, and distribute this software + * is freely granted, provided that this notice is preserved. + */ + +#include + +int +main (void) +{ + int status; + status = unlink ("/tmp/foo"); + + return 0; +} -- cgit v1.2.3