add VDSUSP to termios constants
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 22 Dec 2009 16:49:19 +0000 (18:49 +0200)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 22 Dec 2009 16:51:27 +0000 (18:51 +0200)
posix/unixint.lisp

index 7349350..b7e4c7d 100644 (file)
 (constant (cflag-VSWTC "VSWTC"))
 (constant (cflag-VSTART "VSTART"))
 (constant (cflag-VSTOP "VSTOP"))
+(constant (cflag-VDSUSP "VDSUSP"))
 (constant (cflag-VSUSP "VSUSP"))
 (constant (cflag-VEOL "VEOL"))
 (constant (cflag-VREPRINT "VREPRINT"))