* lib/unlocked-io.h (getc): Fix misspelling of ‘getc_unlocked’.
+2023-08-21 Paul Eggert <eggert@cs.ucla.edu>
+
+ unlocked-io: fix getc_unlocked typo
+ * lib/unlocked-io.h (getc): Fix misspelling of ‘getc_unlocked’.
+
2023-08-21 Bruno Haible <bruno@clisp.org>
alignasof, stdalign: Fix a compilation error in C++ mode on FreeBSD 12.
# define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z)
# endif
-# if HAVE_DECL_GETC_UNLOCKED || defined get_unlocked
+# if HAVE_DECL_GETC_UNLOCKED || defined getc_unlocked
# undef getc
# define getc(x) getc_unlocked (x)
# else