Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
huanghantao committed Dec 20, 2022
1 parent c16e7df commit 174ad0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ set(cat_sources
src/cat_work.c
src/cat_buffer.c
src/cat_fs.c
src/cat_fsnotify.c
src/cat_fs_notify.c
src/cat_signal.c
src/cat_os_wait.c
src/cat_async.c
Expand Down
2 changes: 1 addition & 1 deletion include/cat_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
#include "cat_work.h"
#include "cat_buffer.h"
#include "cat_fs.h"
#include "cat_fsnotify.h"
#include "cat_fs_notify.h"
#include "cat_signal.h"
#include "cat_os_wait.h"
#include "cat_async.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/cat_fsnotify.c → src/cat_fs_notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
+--------------------------------------------------------------------------+
*/

#include "cat_fsnotify.h"
#include "cat_fs_notify.h"

static void cat_fs_notify_event_callback(uv_fs_event_t *handle, const char *filename, int events, int status)
{
Expand Down

0 comments on commit 174ad0e

Please sign in to comment.