native-api
преди 1 месец
committed by
GitHub
родител
ревизия
c12fd3ae6b
No known key found for this signature in database
GPG ключ ID: B5690EEEBB952194
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 2 реда
-
src/realpath.c
|
|
|
@ -2,8 +2,7 @@ |
|
|
|
#include <stdlib.h> |
|
|
|
#include <stdio.h> |
|
|
|
|
|
|
|
int realpath_builtin(list) |
|
|
|
WORD_LIST *list; |
|
|
|
int realpath_builtin(WORD_LIST *list) |
|
|
|
{ |
|
|
|
int es; |
|
|
|
char *realbuf, *p; |
|
|
|
|