Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
add settings and spelling json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjz19910 committed Oct 26, 2021
1 parent 3671e97 commit 141787e
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.enabled": true,
"cSpell.words": [
"O_WRONLY"
]
}
257 changes: 257 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
{
"version": "0.2",
"ignorePaths": [],
"dictionaryDefinitions": [],
"dictionaries": [],
"words": [
"ABSTIME",
"adjtime",
"adjtimex",
"Alexey",
"alist",
"autoload",
"capget",
"capset",
"chdir",
"cmove",
"cmovg",
"cmovge",
"cmovl",
"cmovle",
"cmovne",
"creat",
"cstr",
"cstreq",
"cstrlen",
"curr",
"dcookie",
"defconst",
"dirfd",
"divmod",
"elif",
"ENOENT",
"epoll",
"eputs",
"eval",
"eventfd",
"execve",
"faccessat",
"fadvise",
"fallocate",
"fanotify",
"fchdir",
"fchmod",
"fchmodat",
"fchown",
"fchownat",
"fcntl",
"fdatasync",
"FDCWD",
"felf",
"fgetxattr",
"finit",
"flistxattr",
"fputs",
"fremovexattr",
"fsetxattr",
"fstat",
"fstatfs",
"ftruncate",
"futex",
"futimesat",
"getaffinity",
"getcpu",
"getcwd",
"getdents",
"getegid",
"geteuid",
"getevents",
"getgid",
"getgroups",
"getitimer",
"getoverrun",
"getparam",
"getpeername",
"getpgid",
"getpgrp",
"getpid",
"getpmsg",
"getppid",
"getpriority",
"getres",
"getresgid",
"getresuid",
"getrlimit",
"getrusage",
"getscheduler",
"getsetattr",
"getsid",
"getsockname",
"getsockopt",
"gettid",
"gettime",
"gettimeofday",
"getuid",
"getxattr",
"inotify",
"Intrin",
"ioperm",
"iopl",
"ioprio",
"kcmp",
"kexec",
"keyctl",
"Kutepov",
"lchown",
"lgetxattr",
"linkat",
"listxattr",
"llistxattr",
"lremovexattr",
"lseek",
"lsetxattr",
"madvise",
"malloc",
"MALLOC",
"mbind",
"mempolicy",
"mincore",
"mkdir",
"mkdirat",
"mknod",
"mknodat",
"mlock",
"mlockall",
"mmap",
"mprotect",
"mremap",
"msgctl",
"msgget",
"msgrcv",
"msgsnd",
"msync",
"munlock",
"munlockall",
"munmap",
"nanosleep",
"nasm",
"newfstatat",
"nfsservctl",
"openat",
"porth",
"ppoll",
"prctl",
"pread",
"preadv",
"prlimit",
"pselect",
"pstr",
"ptrace",
"ptrs",
"putd",
"PUTD",
"putpmsg",
"pwait",
"pwrite",
"pwritev",
"quotactl",
"RDONLY",
"readahead",
"readlink",
"readlinkat",
"readv",
"recvfrom",
"recvmmsg",
"recvmsg",
"removexattr",
"renameat",
"resb",
"resq",
"rtokens",
"sched",
"semctl",
"semget",
"semop",
"semtimedop",
"sendfile",
"sendmmsg",
"sendmsg",
"sendto",
"setaffinity",
"setdomainname",
"setfsgid",
"setfsuid",
"setgid",
"setgroups",
"sethostname",
"setitimer",
"setns",
"setparam",
"setpgid",
"setpriority",
"setq",
"setregid",
"setresgid",
"setresuid",
"setreuid",
"setrlimit",
"setscheduler",
"setsid",
"setsockopt",
"settime",
"settimeofday",
"setuid",
"setxattr",
"shmat",
"shmctl",
"shmdt",
"shmget",
"sigaction",
"sigaltstack",
"signalfd",
"sigpending",
"sigprocmask",
"sigqueueinfo",
"sigreturn",
"sigsuspend",
"sigtimedwait",
"socketpair",
"statfs",
"strs",
"struct",
"swapoff",
"swapon",
"symlinkat",
"syms",
"syncfs",
"syscall",
"syscalls",
"Syscalls",
"sysfs",
"sysinfo",
"tgkill",
"tgsigqueueinfo",
"timedreceive",
"timedsend",
"timerfd",
"tkill",
"TRUNC",
"Tsvg",
"tuxcall",
"unlinkat",
"uselib",
"ustat",
"utime",
"utimensat",
"utimes",
"vfork",
"vhangup",
"vmsplice",
"vserver",
"waitid",
"waitpid",
"writev"
],
"ignoreWords": [],
"import": []
}

0 comments on commit 141787e

Please sign in to comment.