diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 01:48:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-30 01:48:12 +0000 |
commit | a467f7938d8c120da2777628acdf18d05b09a7e0 (patch) | |
tree | e00b1fe055dcbd9c5a864e46e164c53315f530e2 /ace/OS.h | |
parent | 6c5c6d1716b472a95790423458aa42ab18557789 (diff) | |
download | ATCD-a467f7938d8c120da2777628acdf18d05b09a7e0.tar.gz |
ChangeLogTag:Sun Aug 29 07:53:33 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6005,7 +6005,7 @@ public: int signum); static ACE_SignalHandler signal (int signum, ACE_SignalHandler); - static int sigpause (int signum); + static int sigsuspend (const sigset_t *set = 0); static int sigprocmask (int how, const sigset_t *nsp, sigset_t *osp); |