summaryrefslogtreecommitdiff
path: root/exec/README
diff options
context:
space:
mode:
Diffstat (limited to 'exec/README')
-rw-r--r--exec/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/exec/README b/exec/README
new file mode 100644
index 00000000000..f7eb21cfc84
--- /dev/null
+++ b/exec/README
@@ -0,0 +1,3 @@
+This directory holds the source code to a library used to replace the
+`execve' and `execveat' system calls, used by the Android port of
+Emacs to start executables without intervention from the system.