library fixes for symlink, readlink and lstat

This commit is contained in:
Ben Gras 2005-11-01 13:13:31 +00:00
parent 0604dc26a8
commit 94d370ca5f
4 changed files with 4 additions and 3 deletions

View file

@ -94,10 +94,10 @@ libc_OBJECTS = \
_write.o \ _write.o \
gettimeofday.o \ gettimeofday.o \
getopt.o \ getopt.o \
lstat.o \ _lstat.o \
priority.o \ priority.o \
readlink.o \ _readlink.o \
symlink.o \ _symlink.o \
usleep.o \ usleep.o \
include ../Makefile.inc include ../Makefile.inc

View file

@ -1,4 +1,5 @@
#include <lib.h> #include <lib.h>
#define readlink _readlink
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>