Fix pthread_setname_np build error
[deliverable/binutils-gdb.git] / gprof / gmon.h
index be670ffc44639a2f9dd834ac3dc6f19680c4d8de..762f97030d0ede6ee09c4565f5b966844eee6834 100644 (file)
 #define GMONVERSION     0x00051879
 
 /* Size of the old BSD gmon header */
-#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4) 
+#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4)
 
 /* FIXME: Checking host compiler defines here means that we can't
    use a cross gprof alpha OSF.  */
-#if defined(__alpha__) && defined (__osf__) 
+#if defined(__alpha__) && defined (__osf__)
 #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4 + 4)
 #else
 #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4)
This page took 0.026452 seconds and 4 git commands to generate.