lib/util: Remove prototype for removed sys_memalign.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 24 Mar 2012 14:00:22 +0000 (15:00 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 24 Mar 2012 14:00:22 +0000 (15:00 +0100)
lib/util/samba_util.h

index a3aa220c4042171dee71fad5d60794edeeb75ac5..9c12f6e8dd59b49d2c1e9824e4f05dbe5e75fe73 100644 (file)
@@ -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.
  **/