Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
use __DYN_LIB instead of __PIC__ in i386 socketcalls
Browse files Browse the repository at this point in the history
  • Loading branch information
leitner committed Sep 4, 2017
1 parent 47a30a2 commit 843c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i386/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ sym: \
.Lend##sym: ; \
.size sym,.Lend##sym-sym

#ifndef __PIC__
#ifndef __DYN_LIB
#define __socketcall(name,NAME) \
.text; \
.type name,@function; \
Expand Down

0 comments on commit 843c667

Please sign in to comment.