diff options
Diffstat (limited to 'rt/aio_sigqueue.c')
-rw-r--r-- | rt/aio_sigqueue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/aio_sigqueue.c b/rt/aio_sigqueue.c index e824c6b3de..0e3ba1f90b 100644 --- a/rt/aio_sigqueue.c +++ b/rt/aio_sigqueue.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2005 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 @@ -20,7 +20,7 @@ #include <errno.h> #include <signal.h> -#include "aio_misc.h" +#include <aio_misc.h> int __aio_sigqueue (sig, val, caller_pid) |