summaryrefslogblamecommitdiff
path: root/test/chown.c
blob: 1b46960b37e4d51a2de2544b9156bfab5080d9be (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                     
/*
 * Items: chown(
 * Standardized-By: SuS
 * Not-Detected-by: gcc-4.4.3 + Linux
 */

#include <sys/types.h>
#include <unistd.h>

main(int arg, char **argv)
{
    (void)chown("/", 0, 0);
}