Skip to content

Commit

Permalink
Added poll.
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-fonseca committed Nov 26, 2002
1 parent ad0cfa0 commit ed4436d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/i386-unknown-cygwin
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ os=CYGWIN
features="_XOPEN_SOURCE=600"

# functions
functions="memchr memcmp memcpy memmove memset"
functions="memchr memcmp memcpy memmove memset poll"

# apis
apis="pthread regexp"
Expand Down
2 changes: 1 addition & 1 deletion static/i386-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ os=GNULINUX
features="_GNU_SOURCE=1 lfs:_LARGEFILE64_SOURCE=1"

# functions
functions="memchr memcmp memcpy memmove memset nanosleep pselect readdir_r mbrtowc mbsrtowcs pthread_yield"
functions="memchr memcmp memcpy memmove memset nanosleep pselect readdir_r mbrtowc mbsrtowcs pthread_yield poll"

# api
apis="aio inet_ipv6 lfs pthread pthread_semaphore pthread_rwlock regexp wide"
Expand Down
2 changes: 1 addition & 1 deletion static/mips-sgi-irix65
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ os=IRIX65
features="_REENTRANT=1 _SGI_SOURCE=1 _LANGUAGE_C_PLUS_PLUS=1 lfs:_LARGEFILE64_SOURCE=1"

# functions
functions="memchr memcmp memcpy memmove memset nanosleep readdir_r"
functions="memchr memcmp memcpy memmove memset nanosleep readdir_r poll"

# apis
apis="lfs pthread pthread_semaphore pthread_rwlock regexp wide"
Expand Down
2 changes: 1 addition & 1 deletion static/sparc-sun-solaris2.7
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ os_minor=0x020700
features="_REENTRANT=1 __EXTENSIONS__=1 _XOPEN_SOURCE=500 lfs:_LARGEFILE64_SOURCE=1"

# functions
functions="memchr memcmp memcpy memmove memset nanosleep readdir_r mbsrtowcs"
functions="memchr memcmp memcpy memmove memset nanosleep readdir_r mbsrtowcs poll"

# apis
apis="aio lfs pthread pthread_semaphore pthread_rwlock regexp wide"
Expand Down

0 comments on commit ed4436d

Please sign in to comment.