bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: link-warning usage improvements


From: Bruno Haible
Subject: Re: link-warning usage improvements
Date: Fri, 19 Mar 2010 01:35:09 +0100
User-agent: KMail/1.9.9

Eric Blake wrote on 2009-12-31:
> * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
> (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
> (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
> (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
> (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
> (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
> (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
> (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
> (posix_spawn_file_actions_destroy)
> (posix_spawn_file_actions_addopen)
> (posix_spawn_file_actions_addclose)
> (posix_spawwn_file_actions_adddup2): Likewise.

Somehow this typo also made it into m4/spawn_h.m4. Fixing it:


2010-03-18  Bruno Haible  <address@hidden>

        Fix typo introduced on 2009-12-31.
        * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
        posix_spawn_file_actions_adddup2.

--- m4/spawn_h.m4.orig  Fri Mar 19 01:26:11 2010
+++ m4/spawn_h.m4       Thu Mar 18 23:57:32 2010
@@ -1,4 +1,4 @@
-# spawn_h.m4 serial 8
+# spawn_h.m4 serial 9
 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -52,7 +52,7 @@
     posix_spawnattr_getschedparam posix_spawnattr_setschedparam
     posix_spawn_file_actions_init posix_spawn_file_actions_destroy
     posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
-    posix_spawwn_file_actions_adddup2])
+    posix_spawn_file_actions_adddup2])
 ])
 
 dnl Unconditionally enables the replacement of <spawn.h>.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]