]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Updated. cvs/libc-ud-970625
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 00:23:09 +0000 (00:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Jun 1997 00:23:09 +0000 (00:23 +0000)
* sysdeps/mach/hurd/bits/fcntl.h: Change include of gnu/types.h to
include of bits/types.h.

ChangeLog
sysdeps/mach/hurd/bits/fcntl.h

index e39fdf397caa9d88fdea95df5749d2552ce8e4c0..34c7853faf6bf401224c9f862c919037013da360 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 4983b338ae8737c6f4ca82827a90f4ce04c5daec..c3d187ae0e07ac495a1567b39df180c91f4e9eaf 100644 (file)
 #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.  */