Fix bugzilla 24546 for musl libc (#16507)

This commit is contained in:
Johan Engelen 2024-05-19 12:09:09 +02:00 committed by GitHub
parent 23f6757be9
commit cc66e60109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,12 +70,18 @@ typedef unsigned long long __uint64_t;
* Obsolete detritus
*/
#define __cdecl
#define __pascal
/*********************
* DMC-specific extensions, https://digitalmars.com/ctg/pointers16.html
*/
#ifdef __DMC__
#define __ss
#define __cs
#define __far
#define __near
#define __handle
#define __pascal
#endif
/****************************
* __extension__ is a GNU C extension. It suppresses warnings