summaryrefslogblamecommitdiff
path: root/test/fchmod.c
blob: e998b70e3dc5ba38c12f91070ab4bb5423103e29 (plain) (tree)
1
2
3
4
5
6
7





                                     
                     




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

#include <sys/stat.h>

main(int arg, char **argv)
{
    (void)fchmod(0, 0);
}