summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-06-17 13:16:45 -0700
committerElliott Hughes <enh@google.com>2019-06-17 13:16:45 -0700
commit7ac0023c2dd7568419c3b77db09cb39823b9c98c (patch)
tree5a51fdc02e7da93d16a5febe6db7d6f0c4179284 /README.md
parent1eb5976d7505f299754040e19792a0de94abccbc (diff)
Remove reference to obsolete script.
Test: N/A Change-Id: I3f4b8574d82cf6b2faedd03a256bc75130f3c016
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f81558a4d..6bece251c 100644
--- a/README.md
+++ b/README.md
@@ -169,8 +169,7 @@ Adding a system call usually involves:
relevant file or files.
3. Add function declarations to the appropriate header file. Don't forget
to include the appropriate `__INTRODUCED_IN()`.
- 4. Add the function name to the correct section in libc/libc.map.txt and
- run `./libc/tools/genversion-scripts.py`.
+ 4. Add the function name to the correct section in libc/libc.map.txt.
5. Add at least basic tests. Even a test that deliberately supplies
an invalid argument helps check that we're generating the right symbol
and have the right declaration in the header file, and that you correctly