commit | 462e90cf4dde9a0e512749b735ea1441e27ed8c5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Aug 21 16:10:48 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 23 11:03:17 2018 -0700 |
tree | 9b8f2f3a9430814c5670c319b8b1a8722b978aac | |
parent | 3fd45bba4857fdbf320b6e89d2ae0569d9463bf5 [diff] [blame] |
Start documenting libc. Bug: N/A Test: N/A Change-Id: I17345cb72a5ffc3af1688cf5874589cfb1e1fea0
diff --git a/libc/include/syscall.h b/libc/include/syscall.h index 4c30578..11d9655 100644 --- a/libc/include/syscall.h +++ b/libc/include/syscall.h
@@ -1 +1,10 @@ +#pragma once + +/** + * @file syscall.h + * @brief Historical alternative to `<sys/syscall.h>`. + * + * New code should use `<sys/syscall.h>` directly. + */ + #include <sys/syscall.h>