[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tyndur-devel] [PATCH 0/6] POSIX fuer coreutils



Eine Patchserie, die coreutils ein wenig kompilierbarer macht.

Kevin Wolf (6):
  libc: MIN/MAX-Makros fuer stdint.h
  libc: POSIX: gethostname() nicht static inline
  libc: Mehr Konstanten
  libc: POSIX: fcntl
  libc: POSIX: getpagesize()
  libc: POSIX: waitpid mit WNOHANG

 src/include/arch/i386/stdint.h      |   87 +++++++++++++++++++++++++++++++++++
 src/include/errno.h                 |    5 ++
 src/modules/include/fcntl.h         |   20 ++++++++-
 src/modules/include/sys/socket.h    |    6 ++
 src/modules/include/sys/wait.h      |    2 +
 src/modules/include/unistd.h        |   10 ++--
 src/modules/lib/posix/misc.c        |   20 ++++++++
 src/modules/lib/posix/posix_files.c |   83 +++++++++++++++++++++++++++++++++-
 src/modules/lib/posix/wait.c        |   10 +++-
 9 files changed, 233 insertions(+), 10 deletions(-)