diff options
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r-- | libgo/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in index be4a13a8b52..0c1283cc574 100644 --- a/libgo/config.h.in +++ b/libgo/config.h.in @@ -36,6 +36,9 @@ /* Define to 1 if you have the `random' function. */ #undef HAVE_RANDOM +/* Define to 1 if you have the `sem_timedwait' function. */ +#undef HAVE_SEM_TIMEDWAIT + /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV |