mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- readlink() no longer sort-of-works for files and directories. It now only
works for soft linked objects and returns an error for everything else. This is based upon a fix by Peter Bengtsson. Thank you very much! - Moved the lstat() local Lock() function into its own separate file. - uname() now returns correct and robust information for OS version numbers > 36. This integrates a fix by Peter Bengtsson. Thank you very much! - Moved the crtbegin.o/crtend.o files out of the link libraries. Moving them in was intended to work as a fix for the shared library build, but now it seems that this has to be done at the link stage through the GCC specs file... - Integrated a fix for __rem_pio2() which affects sin(), tan() and cos(), contributed by Steven Solie. Thank you very much! git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15161 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: stat_headers.h,v 1.6 2006-01-08 12:04:24 obarthel Exp $
|
||||
* $Id: stat_headers.h,v 1.7 2006-11-13 09:25:28 obarthel Exp $
|
||||
*
|
||||
* :ts=4
|
||||
*
|
||||
@ -59,6 +59,7 @@ extern mode_t NOCOMMON __current_umask;
|
||||
/****************************************************************************/
|
||||
|
||||
extern void __convert_file_info_to_stat(const struct MsgPort * file_system,const struct FileInfoBlock * fib,struct stat * st);
|
||||
extern BPTR __lock(const char *name,const int mode,int * link_length,char * real_name,size_t real_name_size);
|
||||
|
||||
/****************************************************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user