mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Rename things to avoid conflicts in headers
Was breaking builds * ncurses.h: can declare `char *const key_name'. * netbsd term.h: has `newline', `lines' macros.
This commit is contained in:
parent
0045b46af8
commit
807dc82a75
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ function suspend -d "Suspend the current shell."
|
|||
# XXX not sure if this echo should be necessary, but without it, it seems
|
||||
# everything printf'd above will not get pushed back to stdout before the suspend
|
||||
echo ""
|
||||
# XXX there always causes a zombie until one fg's when we do this:
|
||||
# XXX always causes a zombie until one fg's when we do this:
|
||||
kill -STOP %self
|
||||
else
|
||||
echo 2>&1 "Refusing to suspend login shell."
|
||||
|
|
Loading…
Reference in a new issue