Build dtksh on more OSs
This commit is contained in:
committed by
Jon Trulson
parent
208c1e4999
commit
e8cb780125
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user