diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-06 00:02:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-11-06 00:02:23 +0000 |
commit | f0673817d8aef3dad3b7d17e78624aa3b8d77a6f (patch) | |
tree | b84dbfa301550aca89bed0b87e52820f0fa3b70e /usr.bin/less/less.h | |
parent | cb76a2d2a9f53a226a662dd2f8c064a09b7e7388 (diff) |
Remove LSIGNAL which is just the same as lsignal() now.
Diffstat (limited to 'usr.bin/less/less.h')
-rw-r--r-- | usr.bin/less/less.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/less/less.h b/usr.bin/less/less.h index afca33b123b..983b8552a79 100644 --- a/usr.bin/less/less.h +++ b/usr.bin/less/less.h @@ -198,8 +198,6 @@ struct textlist #define ESC CONTROL('[') #define CSI ((unsigned char)'\233') -#define LSIGNAL(sig, func) lsignal(sig, func) - #define S_INTERRUPT 01 #define S_STOP 02 #define S_WINCH 04 |