Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jan 9, 2022
1 parent 45f9d23 commit cc6e34a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 2 additions & 3 deletions src/hw/threads.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* BlueParrot XCP
*
* (C) 2021 by Christoph Schueler <github.com/Christoph2,
* (C) 2021-2022 by Christoph Schueler <github.com/Christoph2,
* cpu12.gems@googlemail.com>
*
* All Rights Reserved
Expand All @@ -23,12 +23,11 @@
* s. FLOSS-EXCEPTION.txt
*/

#define _GNU_SOURCE
#include <errno.h>
#include <pthread.h>
#include <intrin.h>
#include <sched.h>
#include <signal.h>
#include <stdlib.h>

#include "xcp.h"
#include "xcp_hw.h"
Expand Down
7 changes: 2 additions & 5 deletions src/xcp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* BlueParrot XCP
*
* (C) 2007-2021 by Christoph Schueler <github.com/Christoph2,
* (C) 2007-2022 by Christoph Schueler <github.com/Christoph2,
* cpu12.gems@googlemail.com>
*
* All Rights Reserved
Expand All @@ -24,10 +24,7 @@
*/

#include "xcp.h"

#if defined(_MSC_VER)
#include <stdio.h>
#endif /* _MSC_VER */
#include "xcp_hw.h"

/*
** Private Options.
Expand Down

0 comments on commit cc6e34a

Please sign in to comment.