]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/portab/waitpid.c
Add Doxygen @file documentation to each source and header file
[ngircd-alex.git] / src / portab / waitpid.c
index 0c169601df3fedebca97461cd04c6a2c0ba9ffdd..5846bd8fcac853db99958f4aee9a4406b3b09f46 100644 (file)
@@ -1,12 +1,16 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- *
+ */
+
+#include "portab.h"
+
+/**
+ * @file
  * waitpid() implementation. Public domain.
  * Written by Steven D. Blackford for the NeXT system.
- *
  */
 
-#include "portab.h"
+#ifndef HAVE_WAITPID
 
 #include "imp.h"
 #include <string.h>
@@ -15,8 +19,6 @@
 
 #include "exp.h"
 
-#ifndef HAVE_WAITPID
-
 GLOBAL int
 waitpid(pid, stat_loc, options)
 int pid, *stat_loc, options;