2010-02-24 Jeff Johnston <jjohnstn@redhat.com>

* libc/stdlib/__call_exit.c: Add include of sys/lock.h.
This commit is contained in:
Jeff Johnston 2010-02-24 19:58:17 +00:00
parent be71be8e18
commit ba7b214766
2 changed files with 5 additions and 0 deletions

View 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

View 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. */