]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - bits/poll.h
Update.
[thirdparty/glibc.git] / bits / poll.h
index 55ec70e3639d8d0dea2a942a8374573e416d92a0..68f611a428e80fc087209bbba20ffa6e8ce2824b 100644 (file)
@@ -16,6 +16,9 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef _SYS_POLL_H
+# error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
+#endif
 
 /* Event types that can be polled for.  These bits may be set in `events'
    to indicate the interesting event types; they will appear in `revents'