library fixes for symlink, readlink and lstat
This commit is contained in:
parent
0604dc26a8
commit
94d370ca5f
4 changed files with 4 additions and 3 deletions
|
@ -94,10 +94,10 @@ libc_OBJECTS = \
|
|||
_write.o \
|
||||
gettimeofday.o \
|
||||
getopt.o \
|
||||
lstat.o \
|
||||
_lstat.o \
|
||||
priority.o \
|
||||
readlink.o \
|
||||
symlink.o \
|
||||
_readlink.o \
|
||||
_symlink.o \
|
||||
usleep.o \
|
||||
|
||||
include ../Makefile.inc
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <lib.h>
|
||||
#define readlink _readlink
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in a new issue