This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] abilist fixes


Hi!

s390 has a __thread support, so does ppc32.
Also, epoll_{create,ctl,wait} are present on IA-64, ppc32, x86_64 too in
my builds from yesterday and if sh doesn't have epoll_* now, it will have it
in the next kernel or two.

--- libc/libc.abilist.jj	2003-03-23 14:26:44.000000000 -0500
+++ libc/libc.abilist	2003-03-24 04:19:49.000000000 -0500
@@ -1367,14 +1367,14 @@ GLIBC_2.0 i.86-.*-linux.*
 | GLIBC_2.2 ia64-.*-linux.*
  ioperm F
  iopl F
-GLIBC_2.0 i.86-.*-linux.*/notls powerpc-.*-linux.* s390-.*-linux.*
+GLIBC_2.0 i.86-.*-linux.*/notls powerpc-.*-linux.*/notls s390-.*-linux.*/notls
 | GLIBC_2.2.5 x86_64-.*-linux.*/notls
 | GLIBC_2.2 ia64-.*-linux.*/notls sh[34].*-.*-linux.*/notls
  _errno D 0x4
  _h_errno D 0x4
  errno D 0x4
  h_errno D 0x4
-GLIBC_2.0 i.86-.*-linux.*/notls powerpc-.*-linux.* s390-.*-linux.*
+GLIBC_2.0 i.86-.*-linux.*/notls powerpc-.*-linux.*/notls s390-.*-linux.*/notls
 | GLIBC_2.2 sh[34].*-.*-linux.*/notls
  _res D 0x200
 GLIBC_2.0 powerpc-.*-linux.*
@@ -2074,14 +2074,13 @@ GLIBC_2.2 sh[34].*-.*-linux.*
 GLIBC_2.3.2 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* s390-.*-linux.* sh[34].*-.*-linux.* x86_64-.*-linux.*
  GLIBC_2.3.2 A
  __register_atfork F
+ epoll_create F
+ epoll_ctl F
+ epoll_wait F
  lchmod F
  sched_getaffinity F
  sched_setaffinity F
  strptime_l F
-GLIBC_2.3.2 i.86-.*-linux.* s390-.*-linux.*
- epoll_create F
- epoll_ctl F
- epoll_wait F
 GLIBC_2.3.3 i.86-.*-linux.* ia64-.*-linux.* powerpc-.*-linux.* s390-.*-linux.* sh[34].*-.*-linux.* x86_64-.*-linux.*
  GLIBC_2.3.3 A
  remap_file_pages F

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]