mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix typo in macro name
It is _POSIX_SIGNALS and not _POSUX_SIGNALS
This commit is contained in:
@ -998,7 +998,7 @@ __sysconf (name)
|
||||
#endif
|
||||
|
||||
case _SC_SIGNALS:
|
||||
#ifdef _POSUX_SIGNALS
|
||||
#ifdef _POSIX_SIGNALS
|
||||
return _POSIX_SIGNALS;
|
||||
#else
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user