Build dtksh on more OSs

This commit is contained in:
Ulrich Wilkens
2013-03-26 04:08:13 +01:00
committed by Jon Trulson
parent 208c1e4999
commit e8cb780125
13 changed files with 40 additions and 12 deletions
@@ -1 +1,8 @@
lib lchmod,lchown
lib lchown
tst lib_lchmod note{ lchmod() in default lib(s) }end link{
#include <sys/stat.h>
main()
{ lchmod("/tmp/lchmod_test", 0755);
return 0;
}
}end