PERFORCE change 180715 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Jul 10 03:40:39 UTC 2010


http://p4web.freebsd.org/@@180715?ac=10

Change 180715 by gonzo at 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__


More information about the p4-projects mailing list