]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/loadlocale.c
Consistently use uintN_t not u_intN_t everywhere.
[thirdparty/glibc.git] / locale / loadlocale.c
index 9bca30463e39a24ab08cf361fcf8da33e6119aac..162dd1a66f45d2f6be0cd38065c1d9a267c510d0 100644 (file)
@@ -152,7 +152,7 @@ _nl_intern_locale_data (int category, const void *data, size_t datasize)
          if (!LOCFILE_ALIGNED_P (idx))
            goto puntdata;
          newdata->values[cnt].word =
-           *((const u_int32_t *) (newdata->filedata + idx));
+           *((const uint32_t *) (newdata->filedata + idx));
        }
     }