Sweden-Number/libs/port
Robert Millan 55b74483de configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
them if present.
2006-02-06 21:53:27 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Add ffs() to porting library, needed by MinGW. 2004-10-19 23:53:26 +00:00
ffs.c Add ffs() to porting library, needed by MinGW. 2004-10-19 23:53:26 +00:00
fstatvfs.c configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include 2006-02-06 21:53:27 +01:00
futimes.c Implement futimes for Solaris using futimesat. 2005-05-07 14:53:38 +00:00
getopt.c Don't build getopt at all if it's not needed. 2004-02-13 22:41:32 +00:00
getopt.h Added getopt routine to libwine_port (based on a patch by Dimitrie 2003-03-19 22:44:55 +00:00
getopt1.c Don't build getopt at all if it's not needed. 2004-02-13 22:41:32 +00:00
getpagesize.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
gettid.c Added sigsetjmp/siglongjmp and gettid to the portability library. 2003-11-12 03:16:00 +00:00
interlocked.c Use int instead of long in interlocked_* functions for 64-bit 2005-09-26 13:51:58 +00:00
lstat.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
memcpy_unaligned.c Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported 2003-08-25 23:45:34 +00:00
memmove.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
mkstemps.c Portability fix. 2003-09-24 05:12:14 +00:00
pread.c Not everyone has <unistd.h>, some files need <io.h> too (msvc). 2003-09-23 22:54:57 +00:00
pwrite.c Not everyone has <unistd.h>, some files need <io.h> too (msvc). 2003-09-23 22:54:57 +00:00
readlink.c Added configure check for readlink. 2004-01-08 05:07:05 +00:00
sigsetjmp.c Added sigsetjmp/siglongjmp and gettid to the portability library. 2003-11-12 03:16:00 +00:00
spawn.c Fixed warnings with gcc option "-Wwrite-strings". 2003-10-15 03:35:54 +00:00
statvfs.c configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include 2006-02-06 21:53:27 +01:00
strcasecmp.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
strerror.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
strncasecmp.c Created a separate static portability library and moved some of the 2003-03-19 22:09:16 +00:00
usleep.c Portability fixes. 2003-03-23 20:11:45 +00:00