]> granicus.if.org Git - postgresql/blobdiff - src/include/rusagestub.h
Centralize definition of integer limits.
[postgresql] / src / include / rusagestub.h
index 8712217a2b836c4826a8f2994452a9c15301c1ed..481c324cf1420e0d93d7d0e6780c0a921eb26268 100644 (file)
@@ -4,10 +4,10 @@
  *       Stubs for getrusage(3).
  *
  *
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/rusagestub.h,v 1.13 2003/11/29 22:40:53 pgsql Exp $
+ * src/include/rusagestub.h
  *
  *-------------------------------------------------------------------------
  */
@@ -21,7 +21,7 @@
 #include <limits.h>                            /* for CLK_TCK */
 
 #define RUSAGE_SELF            0
-#define RUSAGE_CHILDREN -1
+#define RUSAGE_CHILDREN (-1)
 
 struct rusage
 {