Go to file
Franck LeCodeur c3d8487752 jam: Fix build warnings. Add missing include for POSIX compliant systems.
Warnings were:

Cc bin.linuxx86/fileunix.o
fileunix.c: In function ‘file_archscan’:
fileunix.c:217:6: warning: implicit declaration of function ‘read’; did you mean ‘fread’? [-Wimplicit-function-declaration]
  217 |  if( read( fd, buf, SARMAG ) != SARMAG ||
      |      ^~~~
      |      fread
fileunix.c:220:6: warning: implicit declaration of function ‘close’; did you mean ‘pclose’? [-Wimplicit-function-declaration]
  220 |      close( fd );
      |      ^~~~~
      |      pclose
fileunix.c:272:3: warning: implicit declaration of function ‘lseek’; did you mean ‘fseek’? [-Wimplicit-function-declaration]
  272 |   lseek(fd, offset + SARHDR, 0);
      |   ^~~~~
      |   fseek

Change-Id: Iedcdec01deb929d6c91ebc9d7eb72497fe078dd4
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/4399
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
2021-09-02 19:34:43 +00:00
autoconf Congrats svn_load_dirs.pl, this change just disappeared. 2008-03-19 13:01:56 +00:00
binutils binutils: elf/riscv: Fix relaxation with aliases [PR28021] 2021-09-01 20:51:50 +00:00
gcc aarch64-haiku config, remove file_end_indicate_exec_stack 2021-08-29 18:36:12 +02:00
jam jam: Fix build warnings. Add missing include for POSIX compliant systems. 2021-09-02 19:34:43 +00:00
legacy legacy/gcc: Fix cpp cross-tool prefix 2019-07-12 02:18:03 +00:00
libtool Added support for Haiku x86 target. 2005-12-05 14:02:23 +00:00
.gitignore * Add .gitignore. 2014-07-21 11:18:25 +02:00