spawn: Fix incomplete fix.
[pspp] / ChangeLog
index b43a6e6d7caad72f0c978f2cc165ad936e3a7132..4727ffdc5a96338fe09a8d1f13bc4bcc7d2893d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-31  Bruno Haible  <bruno@clisp.org>
+
+       spawn: Fix incomplete fix.
+       * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
+       posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
+       warnings for GNULIB_POSIXCHECK again.
+       Reported by Eric Blake.
+
 2009-12-31  Bruno Haible  <bruno@clisp.org>
 
        Avoid namespace pollution on glibc systems.