summaryrefslogtreecommitdiff
path: root/compat/chmod.c
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2012-08-11 16:45:31 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-10-18 12:43:06 +0000
commit7c432b265ed7ca5f8304938db73912df8ce35032 (patch)
treec95de7bee7b742ed92b9924d904adca706e48d80 /compat/chmod.c
downloadautogen-master.tar.gz
Imported from /srv/lorry/lorry-area/autogen/autogen-5.16.2.tar.gz.HEADautogen-5.16.2master
Diffstat (limited to 'compat/chmod.c')
-rw-r--r--compat/chmod.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/chmod.c b/compat/chmod.c
new file mode 100644
index 0000000..01a1be0
--- /dev/null
+++ b/compat/chmod.c
@@ -0,0 +1,4 @@
+
+inline int chmod(char const * path, mode_t mode) {
+ return 0;
+}