mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
doc: fix uv-unix.h location
uv-unix.h is in include directory, not in src. PR-URL: https://github.com/libuv/libuv/pull/511 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
eddff0a675
commit
daa466275e
@ -49,7 +49,7 @@ the [Google C/C++ style guide]. Some of the key points, as well as some
|
||||
additional guidelines, are enumerated below.
|
||||
|
||||
* Code that is specific to unix-y platforms should be placed in `src/unix`, and
|
||||
declarations go into `src/uv-unix.h`.
|
||||
declarations go into `include/uv-unix.h`.
|
||||
|
||||
* Source code that is Windows-specific goes into `src/win`, and related
|
||||
publicly exported types, functions and macro declarations should generally
|
||||
|
Loading…
x
Reference in New Issue
Block a user