OSDN Git Service

2010-02-24 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 25 Feb 2010 04:58:16 +0000 (04:58 +0000)
committerjjohnstn <jjohnstn>
Thu, 25 Feb 2010 04:58:16 +0000 (04:58 +0000)
        * libc/stdlib/__call_exit.c: Add include of sys/lock.h.

newlib/ChangeLog
newlib/libc/stdlib/__call_atexit.c

index c860746..7757769 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-24  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/stdlib/__call_exit.c: Add include of sys/lock.h.
+
 2010-02-23  Jeff Johnston  <jjohnstn@redhat.com>
 
        * libc/include/sys/types.h: Fix __XMK__ sectioning and remove
index 1e2a9f5..5365f32 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <stdlib.h>
 #include <reent.h>
+#include <sys/lock.h>
 #include "atexit.h"
 
 /* Make this a weak reference to avoid pulling in free.  */