]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/sig.c
Change comment style to use @foo rather than FOO
[empserver] / src / lib / lwp / sig.c
index 01ded4240589a88595fc3f084c7ca62f76513cba..031066ec795bbdaece3bc249fe4540ff7ec89960 100644 (file)
@@ -55,7 +55,7 @@ static struct lwpProc *LwpSigWaiter;
 static void lwpCatchAwaitedSig(int);
 
 /*
- * Initialize waiting for signals in SET.
+ * Initialize waiting for signals in @set.
  */
 void
 lwpInitSigWait(sigset_t *set)
@@ -83,7 +83,7 @@ lwpCatchAwaitedSig(int sig)
 }
 
 /*
- * Test whether a signal from SET has been catched.
+ * Test whether a signal from @set has been catched.
  * If yes, delete that signal from the set of catched signals, and
  * return its number.
  * Else return 0.
@@ -107,8 +107,8 @@ lwpGetSig(sigset_t *set)
 }
 
 /*
- * Wait until a signal from SET arrives.
- * Assign its number to *SIG and return 0.
+ * Wait until a signal from @set arrives.
+ * Assign its number to *@sig and return 0.
  * If another thread is already waiting for signals, return EBUSY
  * without waiting.
  */