mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-08 13:18:32 +00:00
Tidy fixes
This commit is contained in:
parent
3454c504cf
commit
d0e82a68a9
@ -91,6 +91,7 @@ try:
|
|||||||
'src/llvm',
|
'src/llvm',
|
||||||
'src/gyp',
|
'src/gyp',
|
||||||
'src/libbacktrace',
|
'src/libbacktrace',
|
||||||
|
'src/libuv',
|
||||||
'src/compiler-rt',
|
'src/compiler-rt',
|
||||||
'src/rt/hoedown',
|
'src/rt/hoedown',
|
||||||
'src/rustllvm',
|
'src/rustllvm',
|
||||||
|
@ -47,7 +47,8 @@ extern char **environ;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__linux__) || defined(__ANDROID__) || defined(__DragonFly__) || defined(__OpenBSD__)
|
#if defined(__FreeBSD__) || defined(__linux__) || defined(__ANDROID__) \
|
||||||
|
|| defined(__DragonFly__) || defined(__OpenBSD__)
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user