changeset 11627:50a064e9971c

Depend on 'errno' module (for ESTALE).
author Bruno Haible <bruno@clisp.org>
date Wed, 17 Jun 2009 10:40:56 +0200
parents e54d8a239545
children 59047bad770e
files ChangeLog modules/posix_spawn-internal
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-17  Bruno Haible  <bruno@clisp.org>
+
+	* modules/posix_spawn-internal (Depends-on): Add errno.
+
 2009-06-17  Bruno Haible  <bruno@clisp.org>
 
 	Define missing ESTALE on Interix 3.5.
--- a/modules/posix_spawn-internal
+++ b/modules/posix_spawn-internal
@@ -9,6 +9,7 @@
 Depends-on:
 spawn
 alloca-opt
+errno
 open
 strchrnul