[PATCH] Fix typo: _POSIX_REATIME_SIGNALS -> _POSIX_REALTIME_SIGNALS [BZ# 32515]
Paul Pluzhnikov
ppluzhnikov@google.com
Mon Jan 20 21:51:55 GMT 2025
I would commit this as obvious, but unsure whether I need to provide
anything more in the commit description.
Thanks,
---
posix/annexc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/posix/annexc.c b/posix/annexc.c
index c4b681dcfd..9c02ab5c4f 100644
--- a/posix/annexc.c
+++ b/posix/annexc.c
@@ -526,7 +526,7 @@ static const char *const unistd_maybe[] =
"_POSIX_FSYNC", "_POSIX_JOB_CONTROL", "_POSIX_MAPPED_FILES",
"_POSIX_MEMLOCK", "_POSIX_MEMLOCK_RANGE", "_MEMORY_PROTECTION",
"_POSIX_MESSAGE_PASSING", "_POSIX_NO_TRUNC", "_POSIX_PRIORITIZED_IO",
- "_POSIX_PRIORITY_SCHEDULING", "_POSIX_PRIO_IO", "_POSIX_REATIME_SIGNALS",
+ "_POSIX_PRIORITY_SCHEDULING", "_POSIX_PRIO_IO", "_POSIX_REALTIME_SIGNALS",
"_POSIX_SAVED_IDS", "_POSIX_SEMAPHORES", "_POSIX_SHARED_MEMORY_OBJECTS",
"_POSIX_SYNCHRONIZED_IO", "_POSIX_SYNC_IO", "_POSIX_THREADS",
"_POSIX_THREAD_ATTR_STACKADDR", "_POSIX_THREAD_ATTR_STACKSIZE",
--
2.48.0.rc2.279.g1de40edade-goog
More information about the Libc-alpha
mailing list