diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:00:22 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:00:22 +0100 |
commit | c0c52ac1a40db70d8b19cb8d73ed4759b0a4f905 (patch) | |
tree | 111632649c1bbff935ad5ff091539cb29b51e0aa /lib/util | |
parent | 2d5275fae0fd4ea73fba78242185a88845bd0666 (diff) | |
download | samba-c0c52ac1a40db70d8b19cb8d73ed4759b0a4f905.tar.gz samba-c0c52ac1a40db70d8b19cb8d73ed4759b0a4f905.tar.bz2 samba-c0c52ac1a40db70d8b19cb8d73ed4759b0a4f905.zip |
lib/util: Remove prototype for removed sys_memalign.
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/samba_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/util/samba_util.h b/lib/util/samba_util.h index a3aa220c40..9c12f6e8dd 100644 --- a/lib/util/samba_util.h +++ b/lib/util/samba_util.h @@ -113,10 +113,6 @@ void CatchChild(void); **/ void CatchChildLeaveStatus(void); -/* The following definitions come from lib/util/system.c */ - -void *sys_memalign( size_t align, size_t size ); - /** * Wrapper for fork used to invalid pid cache. **/ |