diff options
author | Bruno Haible <bruno@clisp.org> | 2008-09-26 14:44:52 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2008-09-26 14:44:52 +0200 |
commit | be602af548915765b7793625dc671f357adbbffa (patch) | |
tree | 4e64a5bf3438e9fcc44b7c0d353a8b2ccccc386e | |
parent | a22784fe9693a2be73b453e195b7f901e11c9e59 (diff) | |
download | gnulib-be602af548915765b7793625dc671f357adbbffa.tar.gz |
Reorder items.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/posix-headers/sys_resource.texi | 8 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,7 @@ +2008-09-26 Bruno Haible <bruno@clisp.org> + + * doc/posix-headers/sys_resource.texi: Reorder items. + 2008-09-26 Jim Meyering <meyering@redhat.com> fts: tweak inode comparison function diff --git a/doc/posix-headers/sys_resource.texi b/doc/posix-headers/sys_resource.texi index 53d74ca331..8c24e3a565 100644 --- a/doc/posix-headers/sys_resource.texi +++ b/doc/posix-headers/sys_resource.texi @@ -12,11 +12,11 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item +This header file is missing on some platforms: +mingw. + +@item On some platforms, this header file requires that <sys/types.h> and <sys/time.h> already be included: FreeBSD 5.0. - -@item -This header file is missing on some platforms: -mingw. @end itemize |