mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
crypt: don't include ufc-crypt.h multiple times
The file has no inclusion guards, and contains typedefs that cause errors when included multiple times with older (pre-C11) compilers such as gcc 4.4. Save the "#ifdef DOS" content to crypt-private.h even though it's likely not particularly useful.
This commit is contained in:
@ -23,8 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ufc-crypt.h"
|
||||
#include "crypt.h"
|
||||
#include "crypt-private.h"
|
||||
|
||||
#ifdef _UFC_32_
|
||||
|
Reference in New Issue
Block a user