ack/modules/src/system
George Koehler cdbff0dd1c Include <fcntl.h> or <unistd.h>
This silences some clang warnings of implicit declarations of
functions.  The `register int` silences a warning of implicit int.
2019-03-22 14:19:02 -04:00
..
access.c Include <fcntl.h> or <unistd.h> 2019-03-22 14:19:02 -04:00
Amake.srclist Added copyright notice 1995-07-31 09:10:42 +00:00
basename.c + Add sys_tmpnam() and sys_basename() 2019-03-17 22:46:31 +08:00
break.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
build.lua + Add sys_tmpnam() and sys_basename() 2019-03-17 22:46:31 +08:00
chmode.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
close.c Include <fcntl.h> or <unistd.h> 2019-03-22 14:19:02 -04:00
create.c Include <fcntl.h> or <unistd.h> 2019-03-22 14:19:02 -04:00
filesize.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
lock.c Stop using mktemp() --- on Haiku, it always generates the same filenames, 2017-08-06 13:22:05 +02:00
modtime.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
open.c Include <fcntl.h> or <unistd.h> 2019-03-22 14:19:02 -04:00
read.c Include <fcntl.h> or <unistd.h> 2019-03-22 14:19:02 -04:00
remove.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
rename.c Fixed to use rename() for renaming files, not link()/unlink(). 2006-07-26 12:40:25 +00:00
seek.c Include <unistd.h> for lseek() 2019-03-22 13:18:07 -04:00
stop.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
system.3 Remove sys_time in favour of directly calling time(). 2016-11-09 21:52:04 +01:00
system.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
system.h + Add sys_tmpnam() and sys_basename() 2019-03-17 22:46:31 +08:00
tmpdir.c Better ANSI C compatibility and portability - part 1: 2019-02-19 00:54:23 +08:00
tmpnam.c Addition of tmpnam system function. 2019-03-17 22:46:31 +08:00
unlock.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00
write.c Rationalised use of #includes to be more standards-compliant. 2006-07-18 17:10:29 +00:00