2010-02-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/__call_exit.c: Add include of sys/lock.h.
This commit is contained in:
parent
be71be8e18
commit
ba7b214766
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue