diff options
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 9d3698a..e2e4380 100644 --- a/include/stdlib.h +++ b/include/stdlib.h | |||
| @@ -17,7 +17,7 @@ extern "C" { | |||
| 17 | #undef realpath | 17 | #undef realpath |
| 18 | extern char *__realpath_orig(const char *, char *) | 18 | extern char *__realpath_orig(const char *, char *) |
| 19 | __asm__(__USER_LABEL_PREFIX__ "realpath"); | 19 | __asm__(__USER_LABEL_PREFIX__ "realpath"); |
| 20 | extern __inline __attribute__((__always_inline__,__gnu_inline__)) | 20 | extern __inline __attribute__((__always_inline__,__gnu_inline__,__artificial__)) |
| 21 | char *realpath(const char *path, char *resolved) | 21 | char *realpath(const char *path, char *resolved) |
| 22 | { | 22 | { |
| 23 | size_t bos; | 23 | size_t bos; |
