From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by sourceware.org (Postfix) with ESMTPS id 765E33858406 for ; Tue, 4 Jan 2022 03:14:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 765E33858406 Received: by mail-pj1-x102d.google.com with SMTP id y16-20020a17090a6c9000b001b13ffaa625so39378198pjj.2 for ; Mon, 03 Jan 2022 19:14:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ZJAWs4PwYNN1qCvTg7EwSfBc2wZ2Z/liewIqyDwRYmU=; b=uqsGbFdYrWFyzUF9h/gW1aHM0GmRVO7wbXQfyDZkfIEgUpsGxLwQrMg6lwuNeQPxdb VO7UbqQ+WILt/X5OCd1KO2fUpjotbEvmWUx3Rpmh1IeSKYlFv4AC66XrsD3iJJNrb8HG Ab/tJtU8tZWui3IpTBx9vY+bIhNIS7RCt/rvswHAeKeapDNX5qPnuXZVHetCwQvVTNz5 3ped+fc8NG0yzFS0yKQYkhw9Gw4wXOsgp60SOY4of3fh5iNb/JGZgcjl9JQwqndfZI3j 6zjNSIeG/qmGGVk+v75SmQZqmpBazM61C2I7eTsz3+NMxEkorImaySOrJ3KRfxAsZ3bE yPdQ== X-Gm-Message-State: AOAM532Rpd1JUv14GHvXDeQRMa5awZnB+f+k6sxVO21zRbmjAOysoPf5 mx8+wPYKm1jf7w+78nCy17vaGuu8nVQ= X-Google-Smtp-Source: ABdhPJzG7zBgUurxpVDwidwymzLpfkTRSAWXBRPcpErvwdTCwJV/q4qlkobFMBp2lSJCqeQV0yospw== X-Received: by 2002:a17:90b:3716:: with SMTP id mg22mr58795210pjb.173.1641266063367; Mon, 03 Jan 2022 19:14:23 -0800 (PST) Received: from localhost ([2409:10:24a0:4700:e8ad:216a:2a9d:6d0c]) by smtp.gmail.com with ESMTPSA id l12sm24964525pfc.181.2022.01.03.19.14.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Jan 2022 19:14:22 -0800 (PST) From: Stafford Horne To: GLIBC patches Cc: Openrisc , Stafford Horne , Adhemerval Zanella Subject: [PATCH v5 02/13] linux/syscalls: Add or1k_atomic syscall for OpenRISC Date: Tue, 4 Jan 2022 12:14:03 +0900 Message-Id: <20220104031414.2416928-3-shorne@gmail.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220104031414.2416928-1-shorne@gmail.com> References: <20220104031414.2416928-1-shorne@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2022 03:14:25 -0000 Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/syscall-names.list | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list index 42701ce583..c80a9a59cb 100644 --- a/sysdeps/unix/sysv/linux/syscall-names.list +++ b/sysdeps/unix/sysv/linux/syscall-names.list @@ -304,6 +304,7 @@ open_by_handle_at open_tree openat openat2 +or1k_atomic osf_adjtime osf_afs_syscall osf_alt_plock -- 2.31.1