(page_aligned_alloc): New decl.

This commit is contained in:
Paul Eggert
2004-08-03 04:44:39 +00:00
parent 6869d0f6b3
commit 82eff37f6f

View File

@@ -586,6 +586,8 @@ void write_fatal_details (char const *, ssize_t, size_t)
pid_t xfork (void); pid_t xfork (void);
void xpipe (int[2]); void xpipe (int[2]);
void *page_aligned_alloc (void **, size_t);
/* Module names.c. */ /* Module names.c. */
extern struct name *gnu_list_name; extern struct name *gnu_list_name;