X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2FREADME.portability;h=adecf4bb79843e264d9f8868b5e103ad89e4f20f;hb=a416123f5b0f05d95eb334473473f660c22b439e;hp=d5d5987a7ff8fef68fb7657eb667d8077b49a8e3;hpb=938d9d596324e411fde5312f2bb65b444c502c37;p=mesa.git diff --git a/src/gallium/README.portability b/src/gallium/README.portability index d5d5987a7ff..adecf4bb798 100644 --- a/src/gallium/README.portability +++ b/src/gallium/README.portability @@ -35,8 +35,8 @@ not available in Windows Kernel Mode. Use the appropriate p_*.h include. * Use MALLOC, CALLOC, FREE instead of the malloc, calloc, free functions. -* Use align_pointer() function defined in p_util.h for aligning pointers in a -portable way. +* Use align_pointer() function defined in u_memory.h for aligning pointers + in a portable way. == Debugging ==