* sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to
	include of bits/types.h.
This commit is contained in:
Ulrich Drepper 1997-06-26 00:23:09 +00:00
parent 707ac6cbab
commit cdd225ad1b
2 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,9 @@
1997-06-25 15:54 Fila Kolodny <fila@ibi.com>
* sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to
include of bits/types.h.
* sysdeps/posix/Makefile ($(common-objpfx)bits/stdio_lim.h): Don't
conditionalize this on whether we are cross-compiling.

View File

@ -156,7 +156,7 @@
#define FD_CLOEXEC 1 /* Close on exec. */
#include <gnu/types.h>
#include <bits/types.h>
/* The structure describing an advisory lock. This is the type of the third
argument to `fcntl' for the F_GETLK, F_SETLK, and F_SETLKW requests. */