Define CLOCKS_PER_SEC type to the type clock_t
[platform/upstream/glibc.git] / bits / waitstatus.h
index 45d0fd3..9e698fe 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of status bits for `wait' et al.
-   Copyright (C) 1992,1994,1996,1997,2000,2004 Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -59,7 +59,7 @@
 #define        __WCOREFLAG             0x80
 
 
-#ifdef __USE_BSD
+#ifdef __USE_MISC
 
 # include <endian.h>
 
@@ -102,4 +102,4 @@ union wait
 # define w_stopsig     __wait_stopped.__w_stopsig
 # define w_stopval     __wait_stopped.__w_stopval
 
-#endif /* Use BSD.  */
+#endif /* Use misc.  */