This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ftruncate substitute


I'm porting a glibc application to newlib. The application uses a
couple functions not in newlib, ftruncate and usleep. For usleep I can
substitue a call to nanosleep; although I'll probably just implement
usleep using nanosleep. With what can I replace the ftruncate function
call?

Thanks,
Shaun


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]