Define ENOTSUP if it isn't defined already.

This commit is contained in:
theraven 2013-07-11 15:38:02 +00:00
parent 6fef97e445
commit 68a4607f16

View File

@ -17,6 +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
/** Head of the list of temporary dtables. Protected by initialize_lock. */