1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Issue error message if the header is used directly.

This commit is contained in:
Ulrich Drepper
1997-11-26 04:14:44 +00:00
parent e00fbfc6aa
commit 905714080f
62 changed files with 559 additions and 420 deletions

View 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'