]> Zhao Yanbai Git Server - minix.git/commitdiff
profile.h: Don't hide structs and macros
authorArun Thomas <arun@minix3.org>
Fri, 8 Jul 2011 16:10:56 +0000 (18:10 +0200)
committerArun Thomas <arun@minix3.org>
Fri, 8 Jul 2011 16:10:56 +0000 (18:10 +0200)
common/include/minix/profile.h

index 8563eafe2a687d42bb1baa16313a1d0798f5c24e..c7cd7040fc0a56df8009cfd911108897e10b5269 100644 (file)
@@ -9,8 +9,6 @@
  * statistical profiling and call profiling.
  */
 
-#if SPROFILE
-
 #  define PROF_START       0    /* start statistical profiling */
 #  define PROF_STOP        1    /* stop statistical profiling */
 
@@ -37,9 +35,6 @@ struct sprof_proc {
        char            name[8];
 };
 
-#endif /* SPROFILE */
-
-
 #include <minix/types.h>
 
 #  define PROF_GET         2    /* get call profiling tables */