]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define NPOLLFILE only if __USE_MISC.
authorUlrich Drepper <drepper@redhat.com>
Sat, 27 Jan 2001 04:59:52 +0000 (04:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 27 Jan 2001 04:59:52 +0000 (04:59 +0000)
sysdeps/unix/sysv/linux/m68k/bits/poll.h
sysdeps/unix/sysv/linux/mips/bits/poll.h

index 2d4e6f6f01be20b2da2a592122ed96b19800d954..7472a8005c5e2f640777e089e51b1b244ed4c917 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 2001 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
@@ -42,5 +42,7 @@
 #define POLLHUP                0x010           /* Hung up.  */
 #define POLLNVAL       0x020           /* Invalid polling request.  */
 
+#ifdef __USE_MISC
 /* Canonical number of polling requests to read in at a time in poll.  */
-#define NPOLLFILE      30
+# define NPOLLFILE     30
+#endif
index 9b7826af6ca1ccb8b0544a330e9231dfcabcd211..b0ef0788d70eb91cec7909775aea0d1932b249e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 2001 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
@@ -47,5 +47,7 @@
 #define POLLHUP                0x010           /* Hung up.  */
 #define POLLNVAL       0x020           /* Invalid polling request.  */
 
+#ifdef __USE_MISC
 /* Canonical number of polling requests to read in at a time in poll.  */
-#define NPOLLFILE      30
+# define NPOLLFILE     30
+#endif