mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 12:19:44 +00:00
Define ENOTSUP in the case where it actually is used if it isn't defined.
This commit is contained in:
parent
e6d4229169
commit
3f94730ba8
6
dtable.c
6
dtable.c
@ -17,9 +17,9 @@
|
||||
PRIVATE dtable_t uninstalled_dtable;
|
||||
#if defined(WITH_TRACING) && defined (__x86_64)
|
||||
PRIVATE dtable_t tracing_dtable;
|
||||
# ifndef ENOTSUP
|
||||
# define ENOTSUP -1
|
||||
# endif
|
||||
#endif
|
||||
#ifndef ENOTSUP
|
||||
# define ENOTSUP -1
|
||||
#endif
|
||||
|
||||
/** Head of the list of temporary dtables. Protected by initialize_lock. */
|
||||
|
Loading…
Reference in New Issue
Block a user