changeset 8197:7a8074237307

Depends on dup2 function being available.
author Bruno Haible <bruno@clisp.org>
date Sun, 18 Feb 2007 22:44:21 +0000
parents 5166dec344af
children d84ab7c183f4
files ChangeLog modules/fchdir
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-18  Bruno Haible  <bruno@clisp.org>
+
+	* modules/fchdir (Depends-on): Add dup2.
+
 2007-02-18  Bruno Haible  <bruno@clisp.org>
 
 	* lib/stdlib_.h: Handle glibc's special invocation convention
--- a/modules/fchdir
+++ b/modules/fchdir
@@ -8,6 +8,7 @@
 
 Depends-on:
 absolute-header
+dup2
 fcntl
 unistd
 canonicalize-lgpl