mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
GUINT32_TO_BE and GUINT32_FROM_BE do exactly the same in case of glib2, just the naming differs. However, at this point the conversion is from be to system endianness therefore `GUINT32_FROM_BE` is the proper macro. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>