Skip to content

Commit

Permalink
power-ucontext: don't typedef ulong twice
Browse files Browse the repository at this point in the history
b471910 added a second typedef for
this type, which already existed at line 5 as of
6067211.

refs mistydemeo/tigerbrew#81.
  • Loading branch information
mistydemeo committed Jan 11, 2016
1 parent 3366632 commit 396fe90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/coroutine/source/power-ucontext.h
Expand Up @@ -2,7 +2,6 @@ typedef unsigned long ulong;

#define setcontext(u) _setmcontext(&(u)->mc)
#define getcontext(u) _getmcontext(&(u)->mc)
typedef unsigned long ulong; /* not available on OS X 10.4.11 */
typedef struct mcontext mcontext_t;
typedef struct ucontext ucontext_t;
struct mcontext
Expand Down

0 comments on commit 396fe90

Please sign in to comment.