diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,4 +50,7 @@ char *ruby_strdup _((const char*)); #undef strdup #define strdup(s) ruby_strdup((s)) +char *ruby_getcwd _((void)); +#define my_getcwd() ruby_getcwd() + #endif /* UTIL_H */ |