Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 03:40:39 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180715 for review
Message-ID:  <201007100340.o6A3edCV061550@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180715?ac=10

Change 180715 by gonzo@gonzo_figaro on 2010/07/10 03:39:52

	Rename constants to conform new naming convention

Affected files ...

.. //depot/projects/avr32/src/lib/libc/stdlib/malloc.c#5 edit

Differences ...

==== //depot/projects/avr32/src/lib/libc/stdlib/malloc.c#5 (text+ko) ====

@@ -245,8 +245,8 @@
 #  define NO_TLS
 #endif
 #ifdef __avr32__
-#  define QUANTUM_2POW		3
-#  define SIZEOF_PTR_2POW	2
+#  define LG_QUANTUM		3
+#  define LG_SIZEOF_PTR		2
 #  define NO_TLS
 #endif
 #ifdef __mips__



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007100340.o6A3edCV061550>