]> git.cameronkatri.com Git - mandoc.git/blob - test-pledge.c
mention that BUILD_CATMAN doesn't work on SunOS 5.9 and 5.10
[mandoc.git] / test-pledge.c
1 #include <unistd.h>
2
3 int
4 main(void)
5 {
6 return !!pledge("stdio", NULL);
7 }