aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorYuzhe Han <hyz0906@gmail.com>2017-06-26 16:52:47 +0800
committerDmitry Vyukov <dvyukov@google.com>2017-06-26 10:52:47 +0200
commit7077339b7023f597d9d91113974204fbc7ff43cc (patch)
tree9282720ad883993598c9c8c621caea53f49ab63f /AUTHORS
parent9af315342072b6df7f56cf5387534f390c794fa0 (diff)
Parse incdir "incdir" in syscall description file to add custom include directories. (#180)
* Parse #incdir "incdir" in syscall description file to add custom include directories. * add flagLinux * remove '#' in incdir flag * Update sys/README.md AUTHORS CONTRIBUTORS.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 0f2e92479..f9d3e1f1a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -12,3 +12,4 @@ Jeremy Huang
Shuai Bai
Alexander Popov
Jean-Baptiste Cayrou
+Yuzhe Han