summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/unix/sysv/linux/mips/bits
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/unix/sysv/linux/mips/bits')
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/epoll.h6
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/errno.h3
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/eventfd.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/inotify.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/ipc.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/msq.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h3
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/sem.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h3
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h3
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/siginfo.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/signalfd.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/signum.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigstack.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/socket_type.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/statfs.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/termios.h2
-rw-r--r--libc/ports/sysdeps/unix/sysv/linux/mips/bits/timerfd.h2
24 files changed, 25 insertions, 31 deletions
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/epoll.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/epoll.h
index 4c6eb3bb7..d8b82053e 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/epoll.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/epoll.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 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
@@ -22,8 +22,6 @@
/* Flags to be passed to epoll_create1. */
enum
{
- EPOLL_CLOEXEC = 02000000,
+ EPOLL_CLOEXEC = 02000000
#define EPOLL_CLOEXEC EPOLL_CLOEXEC
- EPOLL_NONBLOCK = 00000200
-#define EPOLL_NONBLOCK EPOLL_NONBLOCK
};
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/errno.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/errno.h
index 86398f112..d15bc6972 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/errno.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/errno.h
@@ -1,6 +1,5 @@
/* Error constants. MIPS/Linux specific version.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2006, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/eventfd.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/eventfd.h
index 6ac2cd83d..17b2f469e 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/eventfd.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/eventfd.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
index d22501c4d..daf563b0e 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h
@@ -1,5 +1,5 @@
/* O_*, F_*, FD_* bit values for Linux.
- Copyright (C) 1995-2012 Free Software Foundation, Inc.
+ Copyright (C) 1995-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/inotify.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/inotify.h
index 67d648bd9..e7f84b452 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/inotify.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/inotify.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
index 90496087d..7b71ab562 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
@@ -1,5 +1,5 @@
/* Structure types for pre-termios terminal ioctls. Linux/MIPS version.
- Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ipc.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ipc.h
index a3d9ddc5b..8b2892d52 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ipc.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/ipc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h
index 26b6502c4..a13a90096 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/mman.h
@@ -1,5 +1,5 @@
/* Definitions for POSIX memory map interface. Linux/MIPS version.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/msq.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/msq.h
index d531e040e..8439069cd 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/msq.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/msq.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h
index 881f1be74..15abe7bc5 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/poll.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2001, 2006, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
index 23e3ae56a..0882b408f 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/resource.h
@@ -1,6 +1,5 @@
/* Bit values & structures for resource limits. Linux/MIPS version.
- Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2004, 2005, 2006, 2008,
- 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1994-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sem.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sem.h
index 0c3525bd7..c2d73aa4e 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sem.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sem.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h
index 711965215..5c118037b 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,2000,2001,2002,2003,2009 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h
index 92c9ec29c..251c3680e 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigaction.h
@@ -1,6 +1,5 @@
/* The proper definitions for Linux/MIPS's sigaction.
- Copyright (C) 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2003, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1993-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
index f41928d10..085a00d04 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2003, 2004, 2006 Free Software
- Foundation, Inc. This file is part of the GNU C Library.
+/* Copyright (C) 1996-2013 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
modify it under the terms of the GNU Lesser General Public
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/siginfo.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
index 333739639..56ae34c03 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
@@ -1,5 +1,5 @@
/* siginfo_t, sigevent and constants. Linux/MIPS version.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signalfd.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signalfd.h
index c2bea7605..8577b6c71 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signalfd.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signalfd.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signum.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signum.h
index c11dda01c..267def021 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signum.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/signum.h
@@ -1,5 +1,5 @@
/* Signal number definitions. Linux version.
- Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigstack.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigstack.h
index 4cba91cfc..743cc172f 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigstack.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/sigstack.h
@@ -1,5 +1,5 @@
/* sigstack, sigaltstack definitions.
- Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1998-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/socket_type.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/socket_type.h
index 0ece9f03d..c5862881d 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/socket_type.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/socket_type.h
@@ -1,5 +1,5 @@
/* Define enum __socket_type for Linux/MIPS.
- Copyright (C) 1991-2012 Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h
index f65bae47f..becb4282c 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/stat.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/statfs.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/statfs.h
index c2f805132..e7840b97b 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/statfs.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/statfs.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2000, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/termios.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/termios.h
index 58e0cbec9..1f3c47c5d 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/termios.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/termios.h
@@ -1,5 +1,5 @@
/* termios type and macro definitions. Linux/MIPS version.
- Copyright (C) 1993, 94, 95, 96, 97, 99, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1993-2013 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
diff --git a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/timerfd.h b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/timerfd.h
index 032735d01..91ed6c6a7 100644
--- a/libc/ports/sysdeps/unix/sysv/linux/mips/bits/timerfd.h
+++ b/libc/ports/sysdeps/unix/sysv/linux/mips/bits/timerfd.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 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