author | kergoth <kergoth> | 2002-09-05 18:56:37 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-09-05 18:56:37 (UTC) |
commit | 3b604a204719a4b45360a9d8685d4bb51a32b9dd (patch) (side-by-side diff) | |
tree | bb47316b888c038a0c07373df93e8b2cc853777a /libopie/odevice.h | |
parent | 45c33b69ae0eec4868a312dc7eb9f496e10588bd (diff) | |
download | opie-3b604a204719a4b45360a9d8685d4bb51a32b9dd.zip opie-3b604a204719a4b45360a9d8685d4bb51a32b9dd.tar.gz opie-3b604a204719a4b45360a9d8685d4bb51a32b9dd.tar.bz2 |
Use SIG_IGN rather than an empty handler to ignore SIG_TSTP.
-rw-r--r-- | libopie/odevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index cda504a..5009b91 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h @@ -101,10 +101,8 @@ protected: ODeviceData *d; private: ODevice ( const ODevice & ); - - static void tstp_sighandler ( int ); }; #endif |