+2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
+
+ * sysdeps/posix/spawni.c: Include <signal.h>.
+ * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
+ * sysdeps/pthread/aio_fsync.c: Likewise.
+
2012-02-26 Ulrich Drepper <drepper@gmail.com>
* conform/Makefile (tests): Run only when not cross-compiling and
/* Guts of POSIX spawn interface. Generic POSIX.1 version.
- Copyright (C) 2000-2005, 2006, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000-2005, 2006, 2011, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <signal.h>
#include <sys/resource.h>
#include "spawn_int.h"
#include <not-cancel.h>
/* Cancel requests associated with given file descriptor.
- Copyright (C) 1997, 1998, 2000, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 2000, 2002, 2005, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
#include <assert.h>
#include <errno.h>
+#include <fcntl.h>
#include <aio_misc.h>
/* Synchronize I/O in given file descriptor.
- Copyright (C) 1997, 1999, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1999, 2002, 2005, 2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
/* And undo the hack. */
#undef aio_fsync64
#include <errno.h>
+#include <fcntl.h>
#include <aio_misc.h>