Remove ucore_ prefix from headers and source files

This commit is contained in:
Nils O. Selåsdal
2013-03-06 22:22:04 +01:00
parent ee8d9ae19d
commit 8badeaf857
85 changed files with 168 additions and 168 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#include <stdlib.h>
#include <errno.h>
#include <assert.h>
#include <ucore/iomux_impl.h>
#include <ucore/ucore_utils.h>
#include "ucore/iomux_impl.h"
#include "ucore/utils.h"
#define IOMUX_GROW_CHUNK (32)