Displaying 5 results from an estimated 5 matches for "fileclose".
Did you mean:
file_close
2009 Mar 05
1
[PATCH 4/5] COM32: add trivial stat() function
...c4061..21379b4 100644
--- a/com32/lib/Makefile
+++ b/com32/lib/Makefile
@@ -32,7 +32,7 @@ LIBOBJS = \
sys/entry.o sys/exit.o sys/argv.o sys/times.o \
sys/fileinfo.o sys/opendev.o sys/read.o sys/write.o sys/ftell.o \
sys/close.o sys/open.o sys/fileread.o sys/fileclose.o \
- sys/isatty.o sys/fstat.o \
+ sys/isatty.o sys/fstat.o sys/stat.o \
\
sys/zfile.o sys/zfopen.o \
\
diff --git a/com32/lib/sys/stat.c b/com32/l...
2012 Apr 17
2
[GIT PULL] elflink warning fixes and auto extension support
...ldlinux: Automatically lookup file extension
core: Partial revert of commit 9333426b and unify lmalloc()
getcwd.c: Include core_getcwd() prototype
sys/open.c: Fix building warnings from missing prototype
sys/fileread.c: Fix build warning from missing prototype
sys/fileclose.c: Fix build warning from missing prototype
syslinux/idle.c: Fix build warnings from missing prototypes
elflink: Delete dump_elf_module()
elflink: Fix build warnings
elflink: Fix module_load() compiler warnings
elflink: Add _module_unload() prototype to module.h...
2013 Jun 29
0
Syslinux 6.00 released
...ys/opendev.o
/tmp/syslinux/efi64/com32/lib/sys/read.o
/tmp/syslinux/efi64/com32/lib/sys/write.o
/tmp/syslinux/efi64/com32/lib/sys/ftell.o
/tmp/syslinux/efi64/com32/lib/sys/close.o
/tmp/syslinux/efi64/com32/lib/sys/open.o
/tmp/syslinux/efi64/com32/lib/sys/fileread.o
/tmp/syslinux/efi64/com32/lib/sys/fileclose.o
/tmp/syslinux/efi64/com32/lib/sys/openmem.o
/tmp/syslinux/efi64/com32/lib/sys/isatty.o
/tmp/syslinux/efi64/com32/lib/sys/fstat.o
/tmp/syslinux/efi64/com32/lib/dprintf.o
/tmp/syslinux/efi64/com32/lib/vdprintf.o
/tmp/syslinux/efi64/com32/lib/syslinux/idle.o
/tmp/syslinux/efi64/com32/lib/exit.o
/tmp...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote:
> Hi,
>
> Matt Fleming wrote:
> > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> >> Thanks - now it crashes later ...
> >
> > What crash are you seeing?
> >
> >> I don't have the ia64 files which are needed for a complete binary. But
> >> maybe that's only my special
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and